#04243A

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

Shades of Tangaroa #04243A

Tints of Tangaroa #04243A

Color information

#04243A (or 0x04243A) is unknown color: approx Tangaroa. HEX triplet: 04, 24 and 3A. RGB value is (4,36,58). Sum of RGB (Red+Green+Blue) = 4+36+58=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #04243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04243A is #FBDBC5. Grayscale: #1C1C1C. Windows color (decimal): -16505798 or 3810308. OLE color: 3810308.

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

Color convert

RGB43658-
CMYK0.930.3800.77
HSL204.44º87.1%12.16%-
HSV(B)204.44º93.1%22.75%-
XYZ1.441.594.23-
YUV28.94144.4110.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 58 (23.05% from 255) = 59.18%
R=4.08%
G=36.73%
B=59.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal436580.930.3800.77204.4487.112.16
Hex4243A5D2604Dcc57c
Octal4447213546011531412714
Binary1001001001110101011101100110010011011100110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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