#063347

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

Shades of Blue Whale #063347

Tints of Blue Whale #063347

Color information

#063347 (or 0x063347) is unknown color: approx Blue Whale. HEX triplet: 06, 33 and 47. RGB value is (6,51,71). Sum of RGB (Red+Green+Blue) = 6+51+71=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #063347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063347 is #F9CCB8. Grayscale: #272727. Windows color (decimal): -16370873 or 4666118. OLE color: 4666118.

HSL color Cylindrical-coordinate representation of color #063347: hue angle of 198.46º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063347 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65171-
CMYK0.920.2800.72
HSL198.46º84.42%15.1%-
HSV(B)198.46º91.55%27.84%-
XYZ2.42.866.39-
YUV39.82145.59103.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=4.69%
G=39.84%
B=55.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal651710.920.2800.72198.4684.4215.1
Hex633475C1C048c654f
Octal66310713434011030612417
Binary1101100111000111101110011100010010001100011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063347; }

 p { color: rgb(6,51,71); }

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

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

 a { background-color: rgb(6,51,71); }

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

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

 span { border-color: rgb(6,51,71); }

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