#082237

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

Shades of Tangaroa #082237

Tints of Tangaroa #082237

Color information

#082237 (or 0x082237) is unknown color: approx Tangaroa. HEX triplet: 08, 22 and 37. RGB value is (8,34,55). Sum of RGB (Red+Green+Blue) = 8+34+55=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #082237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082237 is #F7DDC8. Grayscale: #1C1C1C. Windows color (decimal): -16244169 or 3613192. OLE color: 3613192.

HSL color Cylindrical-coordinate representation of color #082237: hue angle of 206.81º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082237 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB83455-
CMYK0.850.3800.78
HSL206.81º74.6%12.35%-
HSV(B)206.81º85.45%21.57%-
XYZ1.361.473.83-
YUV28.62142.89113.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 55 (21.88% from 255) = 56.70%
R=8.25%
G=35.05%
B=56.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal834550.850.3800.78206.8174.612.35
Hex82237552604Ecf4bc
Octal10426712546011631711314
Binary10001000101101111010101100110010011101100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082237; }

 p { color: rgb(8,34,55); }

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

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

 a { background-color: rgb(8,34,55); }

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

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

 span { border-color: rgb(8,34,55); }

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