#022B3E

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

Shades of Tangaroa #022B3E

Tints of Tangaroa #022B3E

Color information

#022B3E (or 0x022B3E) is unknown color: approx Tangaroa. HEX triplet: 02, 2B and 3E. RGB value is (2,43,62). Sum of RGB (Red+Green+Blue) = 2+43+62=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #022B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B3E is #FDD4C1. Grayscale: #202020. Windows color (decimal): -16635074 or 4074242. OLE color: 4074242.

HSL color Cylindrical-coordinate representation of color #022B3E: hue angle of 199º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022B3E is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB24362-
CMYK0.970.3100.76
HSL199º93.75%12.55%-
HSV(B)199º96.77%24.31%-
XYZ1.762.094.87-
YUV32.91144.42105.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 43 (17.19% from 255) = 40.19%
BLUE value IS 62 (24.61% from 255) = 57.94%
R=1.87%
G=40.19%
B=57.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal243620.970.3100.7619993.7512.55
Hex22B3E611F04Cc75ed
Octal2537614137011430713615
Binary10101011111110110000111111010011001100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022B3E; }

 p { color: rgb(2,43,62); }

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

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

 a { background-color: rgb(2,43,62); }

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

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

 span { border-color: rgb(2,43,62); }

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