#02283C

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

Shades of Tangaroa #02283C

Tints of Tangaroa #02283C

Color information

#02283C (or 0x02283C) is unknown color: approx Tangaroa. HEX triplet: 02, 28 and 3C. RGB value is (2,40,60). Sum of RGB (Red+Green+Blue) = 2+40+60=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #02283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02283C is #FDD7C3. Grayscale: #1E1E1E. Windows color (decimal): -16635844 or 3942402. OLE color: 3942402.

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

Color convert

RGB24060-
CMYK0.970.3300.76
HSL200.69º93.55%12.16%-
HSV(B)200.69º96.67%23.53%-
XYZ1.61.864.55-
YUV30.92144.41107.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 40 (16.02% from 255) = 39.22%
BLUE value IS 60 (23.83% from 255) = 58.82%
R=1.96%
G=39.22%
B=58.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal240600.970.3300.76200.6993.5512.16
Hex2283C612104Cc95ec
Octal2507414141011431113614
Binary101010001111001100001100001010011001100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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