#04233C

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

Shades of Tangaroa #04233C

Tints of Tangaroa #04233C

Color information

#04233C (or 0x04233C) is unknown color: approx Tangaroa. HEX triplet: 04, 23 and 3C. RGB value is (4,35,60). Sum of RGB (Red+Green+Blue) = 4+35+60=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #04233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04233C is #FBDCC3. Grayscale: #1C1C1C. Windows color (decimal): -16506052 or 3941124. OLE color: 3941124.

HSL color Cylindrical-coordinate representation of color #04233C: hue angle of 206.79º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04233C is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB43560-
CMYK0.930.4200.76
HSL206.79º87.5%12.55%-
HSV(B)206.79º93.33%23.53%-
XYZ1.471.554.5-
YUV28.58145.73110.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 60 (23.83% from 255) = 60.61%
R=4.04%
G=35.35%
B=60.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal435600.930.4200.76206.7987.512.55
Hex4233C5D2A04Ccf58d
Octal4437413552011431713015
Binary1001000111111001011101101010010011001100111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,35,60); }

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

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

 a { background-color: rgb(4,35,60); }

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

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

 span { border-color: rgb(4,35,60); }

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