#002347

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

Shades of Tangaroa #002347

Tints of Tangaroa #002347

Color information

#002347 (or 0x002347) is unknown color: approx Tangaroa. HEX triplet: 00, 23 and 47. RGB value is (0,35,71). Sum of RGB (Red+Green+Blue) = 0+35+71=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #002347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002347 is #FFDCB8. Grayscale: #1C1C1C. Windows color (decimal): -16768185 or 4662016. OLE color: 4662016.

HSL color Cylindrical-coordinate representation of color #002347: hue angle of 210.42º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002347 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB03571-
CMYK10.5100.72
HSL210.42º100%13.92%-
HSV(B)210.42º100%27.84%-
XYZ1.741.666.19-
YUV28.64151.9107.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 71 (28.12% from 255) = 66.98%
R=0%
G=33.02%
B=66.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0357110.5100.72210.4210013.92
Hex023476433048d264e
Octal04310714463011032214416
Binary010001110001111100100110011010010001101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002347; }

 p { color: rgb(0,35,71); }

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

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

 a { background-color: rgb(0,35,71); }

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

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

 span { border-color: rgb(0,35,71); }

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