#06344B

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

Shades of Blue Whale #06344B

Tints of Blue Whale #06344B

Color information

#06344B (or 0x06344B) is unknown color: approx Blue Whale. HEX triplet: 06, 34 and 4B. RGB value is (6,52,75). Sum of RGB (Red+Green+Blue) = 6+52+75=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #06344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06344B is #F9CBB4. Grayscale: #282828. Windows color (decimal): -16370613 or 4928518. OLE color: 4928518.

HSL color Cylindrical-coordinate representation of color #06344B: hue angle of 200º 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 #06344B is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB65275-
CMYK0.920.3100.71
HSL200º85.19%15.88%-
HSV(B)200º92%29.41%-
XYZ2.5737.1-
YUV40.87147.26103.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=4.51%
G=39.10%
B=56.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal652750.920.3100.7120085.1915.88
Hex6344B5C1F047c85510
Octal66411313437010731012520
Binary11011010010010111011100111110100011111001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06344B;
 }
 .AnyTagClassName
 {
   color: #06344B;
 }
</style>
background-color css

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

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

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

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

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

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