#04233A

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

Shades of Tangaroa #04233A

Tints of Tangaroa #04233A

Color information

#04233A (or 0x04233A) is unknown color: approx Tangaroa. HEX triplet: 04, 23 and 3A. RGB value is (4,35,58). Sum of RGB (Red+Green+Blue) = 4+35+58=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #04233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04233A is #FBDCC5. Grayscale: #1C1C1C. Windows color (decimal): -16506054 or 3810052. OLE color: 3810052.

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

Color convert

RGB43558-
CMYK0.930.4000.77
HSL205.56º87.1%12.16%-
HSV(B)205.56º93.1%22.75%-
XYZ1.411.534.22-
YUV28.35144.73110.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 58 (23.05% from 255) = 59.79%
R=4.12%
G=36.08%
B=59.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal435580.930.4000.77205.5687.112.16
Hex4233A5D2804Dce57c
Octal4437213550011531612714
Binary1001000111110101011101101000010011011100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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