#002C3B

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

Shades of Tangaroa #002C3B

Tints of Tangaroa #002C3B

Color information

#002C3B (or 0x002C3B) is unknown color: approx Tangaroa. HEX triplet: 00, 2C and 3B. RGB value is (0,44,59). Sum of RGB (Red+Green+Blue) = 0+44+59=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #002C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C3B is #FFD3C4. Grayscale: #202020. Windows color (decimal): -16765893 or 3877888. OLE color: 3877888.

HSL color Cylindrical-coordinate representation of color #002C3B: hue angle of 195.25º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C3B is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB04459-
CMYK10.2500.77
HSL195.25º100%11.57%-
HSV(B)195.25º100%23.14%-
XYZ1.692.124.46-
YUV32.55142.92104.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 42.72%
BLUE value IS 59 (23.44% from 255) = 57.28%
R=0%
G=42.72%
B=57.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0445910.2500.77195.2510011.57
Hex02C3B641904Dc364c
Octal0547314431011530314414
Binary0101100111011110010011001010011011100001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002C3B; }

 p { color: rgb(0,44,59); }

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

<style>
 a { background-color: #002C3B; }

 a { background-color: rgb(0,44,59); }

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

<style>
 span { border-color: #002C3B; }

 span { border-color: rgb(0,44,59); }

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