#063040

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

Shades of Blue Whale #063040

Tints of Blue Whale #063040

Color information

#063040 (or 0x063040) is unknown color: approx Blue Whale. HEX triplet: 06, 30 and 40. RGB value is (6,48,64). Sum of RGB (Red+Green+Blue) = 6+48+64=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #063040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063040 is #F9CFBF. Grayscale: #252525. Windows color (decimal): -16371648 or 4206598. OLE color: 4206598.

HSL color Cylindrical-coordinate representation of color #063040: hue angle of 196.55º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063040 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB64864-
CMYK0.910.2500.75
HSL196.55º82.86%13.73%-
HSV(B)196.55º90.62%25.1%-
XYZ2.062.525.23-
YUV37.27143.09105.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=5.08%
G=40.68%
B=54.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal648640.910.2500.75196.5582.8613.73
Hex630405B1904Bc553e
Octal66010013331011330512316
Binary1101100001000000101101111001010010111100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063040; }

 p { color: rgb(6,48,64); }

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

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

 a { background-color: rgb(6,48,64); }

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

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

 span { border-color: rgb(6,48,64); }

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