#04253A

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

Shades of Tangaroa #04253A

Tints of Tangaroa #04253A

Color information

#04253A (or 0x04253A) is unknown color: approx Tangaroa. HEX triplet: 04, 25 and 3A. RGB value is (4,37,58). Sum of RGB (Red+Green+Blue) = 4+37+58=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #04253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04253A is #FBDAC5. Grayscale: #1D1D1D. Windows color (decimal): -16505542 or 3810564. OLE color: 3810564.

HSL color Cylindrical-coordinate representation of color #04253A: hue angle of 203.33º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04253A is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB43758-
CMYK0.930.3600.77
HSL203.33º87.1%12.16%-
HSV(B)203.33º93.1%22.75%-
XYZ1.481.654.24-
YUV29.53144.07109.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=4.04%
G=37.37%
B=58.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal437580.930.3600.77203.3387.112.16
Hex4253A5D2404Dcb57c
Octal4457213544011531312714
Binary1001001011110101011101100100010011011100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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