#002B3D

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

Shades of Tangaroa #002B3D

Tints of Tangaroa #002B3D

Color information

#002B3D (or 0x002B3D) is unknown color: approx Tangaroa. HEX triplet: 00, 2B and 3D. RGB value is (0,43,61). Sum of RGB (Red+Green+Blue) = 0+43+61=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #002B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B3D is #FFD4C2. Grayscale: #202020. Windows color (decimal): -16766147 or 4008704. OLE color: 4008704.

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

Color convert

RGB04361-
CMYK10.3000.76
HSL197.7º100%11.96%-
HSV(B)197.7º100%23.92%-
XYZ1.712.064.72-
YUV32.2144.25105.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 41.35%
BLUE value IS 61 (24.22% from 255) = 58.65%
R=0%
G=41.35%
B=58.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0436110.3000.76197.710011.96
Hex02B3D641E04Cc664c
Octal0537514436011430614414
Binary0101011111101110010011110010011001100011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,43,61); }

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

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

 a { background-color: rgb(0,43,61); }

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

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

 span { border-color: rgb(0,43,61); }

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