#082F3F

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

Shades of Blue Whale #082F3F

Tints of Blue Whale #082F3F

Color information

#082F3F (or 0x082F3F) is unknown color: approx Blue Whale. HEX triplet: 08, 2F and 3F. RGB value is (8,47,63). Sum of RGB (Red+Green+Blue) = 8+47+63=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #082F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F3F is #F7D0C0. Grayscale: #252525. Windows color (decimal): -16240833 or 4140808. OLE color: 4140808.

HSL color Cylindrical-coordinate representation of color #082F3F: hue angle of 197.45º 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 #082F3F is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB84763-
CMYK0.870.2500.75
HSL197.45º77.46%13.92%-
HSV(B)197.45º87.3%24.71%-
XYZ2.012.445.07-
YUV37.16142.58107.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 63 (25% from 255) = 53.39%
R=6.78%
G=39.83%
B=53.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal847630.870.2500.75197.4577.4613.92
Hex82F3F571904Bc54de
Octal10577712731011330511516
Binary1000101111111111101011111001010010111100010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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