#002345

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

Shades of Tangaroa #002345

Tints of Tangaroa #002345

Color information

#002345 (or 0x002345) is unknown color: approx Tangaroa. HEX triplet: 00, 23 and 45. RGB value is (0,35,69). Sum of RGB (Red+Green+Blue) = 0+35+69=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 69 (27.34% from 255 or 66.35% from 104); Max value from RGB is 69 - color contains mainly: blue. Hex color #002345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002345 is #FFDCBA. Grayscale: #1C1C1C. Windows color (decimal): -16768187 or 4530944. OLE color: 4530944.

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

Color convert

RGB03569-
CMYK10.4900.73
HSL209.57º100%13.53%-
HSV(B)209.57º100%27.06%-
XYZ1.681.635.86-
YUV28.41150.9107.74-

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.65%
BLUE value IS 69 (27.34% from 255) = 66.35%
R=0%
G=33.65%
B=66.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0356910.4900.73209.5710013.53
Hex023456431049d264e
Octal04310514461011132214416
Binary010001110001011100100110001010010011101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002345; }

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

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

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

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

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

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

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

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