#06344A

Color #06344A Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #06344A

Tints of Blue Whale #06344A

Color information

#06344A (or 0x06344A) is unknown color: approx 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

RGB65274-
CMYK0.920.3000.71
HSL199.41º85%15.69%-
HSV(B)199.41º91.89%29.02%-
XYZ2.542.996.92-
YUV40.75146.76103.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 74 (29.30% from 255) = 56.06%
R=4.55%
G=39.39%
B=56.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal652740.920.3000.71199.418515.69
Hex6344A5C1E047c75510
Octal66411213436010730712520
Binary11011010010010101011100111100100011111000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>