#082E3B

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

Shades of Blue Whale #082E3B

Tints of Blue Whale #082E3B

Color information

#082E3B (or 0x082E3B) is unknown color: approx Blue Whale. HEX triplet: 08, 2E and 3B. RGB value is (8,46,59). Sum of RGB (Red+Green+Blue) = 8+46+59=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #082E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E3B is #F7D1C4. Grayscale: #242424. Windows color (decimal): -16241093 or 3878408. OLE color: 3878408.

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

Color convert

RGB84659-
CMYK0.860.2200.77
HSL195.29º76.12%13.14%-
HSV(B)195.29º86.44%23.14%-
XYZ1.872.324.49-
YUV36.12140.91107.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 59 (23.44% from 255) = 52.21%
R=7.08%
G=40.71%
B=52.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal846590.860.2200.77195.2976.1213.14
Hex82E3B561604Dc34cd
Octal10567312626011530311415
Binary1000101110111011101011010110010011011100001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,46,59); }

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

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

 a { background-color: rgb(8,46,59); }

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

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

 span { border-color: rgb(8,46,59); }

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