#02273A

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

Shades of Tangaroa #02273A

Tints of Tangaroa #02273A

Color information

#02273A (or 0x02273A) is unknown color: approx Tangaroa. HEX triplet: 02, 27 and 3A. RGB value is (2,39,58). Sum of RGB (Red+Green+Blue) = 2+39+58=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #02273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02273A is #FDD8C5. Grayscale: #1D1D1D. Windows color (decimal): -16636102 or 3811074. OLE color: 3811074.

HSL color Cylindrical-coordinate representation of color #02273A: hue angle of 200.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02273A is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB23958-
CMYK0.970.3300.77
HSL200.36º93.33%11.76%-
HSV(B)200.36º96.55%22.75%-
XYZ1.511.774.26-
YUV30.1143.74107.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=2.02%
G=39.39%
B=58.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal239580.970.3300.77200.3693.3311.76
Hex2273A612104Dc85dc
Octal2477214141011531013514
Binary101001111110101100001100001010011011100100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02273A; }

 p { color: rgb(2,39,58); }

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

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

 a { background-color: rgb(2,39,58); }

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

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

 span { border-color: rgb(2,39,58); }

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