#082D3F

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

Shades of Blue Whale #082D3F

Tints of Blue Whale #082D3F

Color information

#082D3F (or 0x082D3F) is unknown color: approx Blue Whale. HEX triplet: 08, 2D and 3F. RGB value is (8,45,63). Sum of RGB (Red+Green+Blue) = 8+45+63=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #082D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D3F is #F7D2C0. Grayscale: #232323. Windows color (decimal): -16241345 or 4140296. OLE color: 4140296.

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

Color convert

RGB84563-
CMYK0.870.2900.75
HSL199.64º77.46%13.92%-
HSV(B)199.64º87.3%24.71%-
XYZ1.942.295.04-
YUV35.99143.24108.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 63 (25% from 255) = 54.31%
R=6.90%
G=38.79%
B=54.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal845630.870.2900.75199.6477.4613.92
Hex82D3F571D04Bc84de
Octal10557712735011331011516
Binary1000101101111111101011111101010010111100100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,45,63); }

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

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

 a { background-color: rgb(8,45,63); }

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

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

 span { border-color: rgb(8,45,63); }

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