#04243B

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

Shades of Tangaroa #04243B

Tints of Tangaroa #04243B

Color information

#04243B (or 0x04243B) is unknown color: approx Tangaroa. HEX triplet: 04, 24 and 3B. RGB value is (4,36,59). Sum of RGB (Red+Green+Blue) = 4+36+59=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #04243B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04243B is #FBDBC4. Grayscale: #1C1C1C. Windows color (decimal): -16505797 or 3875844. OLE color: 3875844.

HSL color Cylindrical-coordinate representation of color #04243B: hue angle of 205.09º 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 #04243B is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB43659-
CMYK0.930.3900.77
HSL205.09º87.3%12.35%-
HSV(B)205.09º93.22%23.14%-
XYZ1.471.64.37-
YUV29.05144.9110.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 59 (23.44% from 255) = 59.60%
R=4.04%
G=36.36%
B=59.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal436590.930.3900.77205.0987.312.35
Hex4243B5D2704Dcd57c
Octal4447313547011531512714
Binary1001001001110111011101100111010011011100110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04243B; }

 p { color: rgb(4,36,59); }

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

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

 a { background-color: rgb(4,36,59); }

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

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

 span { border-color: rgb(4,36,59); }

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