#022B3C

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

Shades of Tangaroa #022B3C

Tints of Tangaroa #022B3C

Color information

#022B3C (or 0x022B3C) is unknown color: approx Tangaroa. HEX triplet: 02, 2B and 3C. RGB value is (2,43,60). Sum of RGB (Red+Green+Blue) = 2+43+60=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #022B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B3C is #FDD4C3. Grayscale: #202020. Windows color (decimal): -16635076 or 3943170. OLE color: 3943170.

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

Color convert

RGB24360-
CMYK0.970.2800.76
HSL197.59º93.55%12.16%-
HSV(B)197.59º96.67%23.53%-
XYZ1.72.074.58-
YUV32.68143.42106.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 43 (17.19% from 255) = 40.95%
BLUE value IS 60 (23.83% from 255) = 57.14%
R=1.90%
G=40.95%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal243600.970.2800.76197.5993.5512.16
Hex22B3C611C04Cc65ec
Octal2537414134011430613614
Binary10101011111100110000111100010011001100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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