#022B3D

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

Shades of Tangaroa #022B3D

Tints of Tangaroa #022B3D

Color information

#022B3D (or 0x022B3D) is unknown color: approx Tangaroa. HEX triplet: 02, 2B and 3D. RGB value is (2,43,61). Sum of RGB (Red+Green+Blue) = 2+43+61=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #022B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B3D is #FDD4C2. Grayscale: #202020. Windows color (decimal): -16635075 or 4008706. OLE color: 4008706.

HSL color Cylindrical-coordinate representation of color #022B3D: hue angle of 198.31º 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 #022B3D is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB24361-
CMYK0.970.3000.76
HSL198.31º93.65%12.35%-
HSV(B)198.31º96.72%23.92%-
XYZ1.732.084.72-
YUV32.79143.92106.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 61 (24.22% from 255) = 57.55%
R=1.89%
G=40.57%
B=57.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal243610.970.3000.76198.3193.6512.35
Hex22B3D611E04Cc65ec
Octal2537514136011430613614
Binary10101011111101110000111110010011001100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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