#02263C

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

Shades of Tangaroa #02263C

Tints of Tangaroa #02263C

Color information

#02263C (or 0x02263C) is unknown color: approx Tangaroa. HEX triplet: 02, 26 and 3C. RGB value is (2,38,60). Sum of RGB (Red+Green+Blue) = 2+38+60=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #02263C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02263C is #FDD9C3. Grayscale: #1D1D1D. Windows color (decimal): -16636356 or 3941890. OLE color: 3941890.

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

Color convert

RGB23860-
CMYK0.970.3700.76
HSL202.76º93.55%12.16%-
HSV(B)202.76º96.67%23.53%-
XYZ1.531.734.53-
YUV29.74145.07108.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 60 (23.83% from 255) = 60%
R=2%
G=38%
B=60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal238600.970.3700.76202.7693.5512.16
Hex2263C612504Ccb5ec
Octal2467414145011431313614
Binary101001101111001100001100101010011001100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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