#063244

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

Shades of Blue Whale #063244

Tints of Blue Whale #063244

Color information

#063244 (or 0x063244) is unknown color: approx Blue Whale. HEX triplet: 06, 32 and 44. RGB value is (6,50,68). Sum of RGB (Red+Green+Blue) = 6+50+68=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #063244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063244 is #F9CDBB. Grayscale: #262626. Windows color (decimal): -16371132 or 4469254. OLE color: 4469254.

HSL color Cylindrical-coordinate representation of color #063244: hue angle of 197.42º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063244 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB65068-
CMYK0.910.2600.73
HSL197.42º83.78%14.51%-
HSV(B)197.42º91.18%26.67%-
XYZ2.262.745.88-
YUV38.9144.42104.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 68 (26.95% from 255) = 54.84%
R=4.84%
G=40.32%
B=54.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal650680.910.2600.73197.4283.7814.51
Hex632445B1A049c554f
Octal66210413332011130512417
Binary1101100101000100101101111010010010011100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063244; }

 p { color: rgb(6,50,68); }

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

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

 a { background-color: rgb(6,50,68); }

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

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

 span { border-color: rgb(6,50,68); }

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