Html Css Color HEX #06344A Blue Whale

📋 copy color: '#06344A'

red 6 ◦ green 52 ◦ blue 74

#06344A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #06344A

Tints of Blue Whale #06344A

RGB

 RED value IS 6 (2.73% from 255) = 4.55%

 GREEN value IS 52 (20.7% from 255) = 39.39%

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 4.55%
G = 39.39%
B = 56.06%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06344A (or 0x06344A) is known color: Blue Whale. HEX triplet: 06, 34 and 4A. RGB value is (6,52,74). Sum of RGB (Red+Green+Blue) = 6+52+74=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #06344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06344A is #F9CBB5. Grayscale: #282828. Windows color (decimal): -16370614 or 4862982. OLE color: 4862982.

HSL color Cylindrical-coordinate representation of color #06344A: hue angle of 199.41º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06344A is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 52 74 -
CMYK 0.92 0.30 0 0.71
HSL 199.41º 0.85% 0.16% -
HSV(B) 199.41º 0.92% 0.29% -
XYZ 2.54 2.99 6.92 -
YUV 40.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 6 52 74 0.92 0.30 0 0.71 199.41 0.85 0.16
Hex 6 34 4A 5C 1E 0 47 C7 55 10
Octal 6 64 112 134 36 0 107 307 125 20
Binary 110 110100 1001010 1011100 11110 0 1000111 11000111 1010101 10000

Color Harmonies of #06344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06344A

Black with #06344A

Text Example


Text Example

White with #06344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06344A; }

 p { color: rgb(6,52,74); }

 H1.HeaderClassName
 {
   color: #06344A;
 }
 .AnyTagClassName
 {
   color: #06344A;
 }
</style>

background-color css

<style>
 a { background-color: #06344A; }

 a { background-color: rgb(6,52,74); }

 div.DivClassName
 {
   background-color: #06344A;
 }
 .BgClassName
 {
   background-color: #06344A;
 }
</style>

border-color css

<style>
 span { border-color: #06344A; }

 span { border-color: rgb(6,52,74); }

 td.TdClassName
 {
   border-color: #06344A;
 }
 .TagClassName
 {
   border-color: #06344A;
 }
</style>