#02273C

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

Shades of Tangaroa #02273C

Tints of Tangaroa #02273C

Color information

#02273C (or 0x02273C) is unknown color: approx Tangaroa. HEX triplet: 02, 27 and 3C. RGB value is (2,39,60). Sum of RGB (Red+Green+Blue) = 2+39+60=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #02273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02273C is #FDD8C3. Grayscale: #1E1E1E. Windows color (decimal): -16636100 or 3942146. OLE color: 3942146.

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

Color convert

RGB23960-
CMYK0.970.3500.76
HSL201.72º93.55%12.16%-
HSV(B)201.72º96.67%23.53%-
XYZ1.571.794.54-
YUV30.33144.74107.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 60 (23.83% from 255) = 59.41%
R=1.98%
G=38.61%
B=59.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal239600.970.3500.76201.7293.5512.16
Hex2273C612304Cca5ec
Octal2477414143011431213614
Binary101001111111001100001100011010011001100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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