#082F3C

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

Shades of Blue Whale #082F3C

Tints of Blue Whale #082F3C

Color information

#082F3C (or 0x082F3C) is unknown color: approx Blue Whale. HEX triplet: 08, 2F and 3C. RGB value is (8,47,60). Sum of RGB (Red+Green+Blue) = 8+47+60=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #082F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F3C is #F7D0C3. Grayscale: #242424. Windows color (decimal): -16240836 or 3944200. OLE color: 3944200.

HSL color Cylindrical-coordinate representation of color #082F3C: hue angle of 195º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #082F3C is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB84760-
CMYK0.870.2200.76
HSL195º76.47%13.33%-
HSV(B)195º86.67%23.53%-
XYZ1.932.414.64-
YUV36.82141.08107.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 60 (23.83% from 255) = 52.17%
R=6.96%
G=40.87%
B=52.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal847600.870.2200.7619576.4713.33
Hex82F3C571604Cc34cd
Octal10577412726011430311415
Binary1000101111111100101011110110010011001100001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082F3C; }

 p { color: rgb(8,47,60); }

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

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

 a { background-color: rgb(8,47,60); }

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

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

 span { border-color: rgb(8,47,60); }

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