#04253C

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

Shades of Tangaroa #04253C

Tints of Tangaroa #04253C

Color information

#04253C (or 0x04253C) is unknown color: approx Tangaroa. HEX triplet: 04, 25 and 3C. RGB value is (4,37,60). Sum of RGB (Red+Green+Blue) = 4+37+60=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #04253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04253C is #FBDAC3. Grayscale: #1D1D1D. Windows color (decimal): -16505540 or 3941636. OLE color: 3941636.

HSL color Cylindrical-coordinate representation of color #04253C: hue angle of 204.64º 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 #04253C is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB43760-
CMYK0.930.3800.76
HSL204.64º87.5%12.55%-
HSV(B)204.64º93.33%23.53%-
XYZ1.531.684.52-
YUV29.76145.07109.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 60 (23.83% from 255) = 59.41%
R=3.96%
G=36.63%
B=59.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal437600.930.3800.76204.6487.512.55
Hex4253C5D2604Ccd58d
Octal4457413546011431513015
Binary1001001011111001011101100110010011001100110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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