#042248

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

Shades of Tangaroa #042248

Tints of Tangaroa #042248

Color information

#042248 (or 0x042248) is unknown color: approx Tangaroa. HEX triplet: 04, 22 and 48. RGB value is (4,34,72). Sum of RGB (Red+Green+Blue) = 4+34+72=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #042248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042248 is #FBDDB7. Grayscale: #1D1D1D. Windows color (decimal): -16506296 or 4727300. OLE color: 4727300.

HSL color Cylindrical-coordinate representation of color #042248: hue angle of 213.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042248 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB43472-
CMYK0.940.5300.72
HSL213.53º89.47%14.9%-
HSV(B)213.53º94.44%28.24%-
XYZ1.791.646.35-
YUV29.36152.06109.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=3.64%
G=30.91%
B=65.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal434720.940.5300.72213.5389.4714.9
Hex422485E35048d659f
Octal44211013665011032613117
Binary10010001010010001011110110101010010001101011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042248; }

 p { color: rgb(4,34,72); }

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

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

 a { background-color: rgb(4,34,72); }

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

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

 span { border-color: rgb(4,34,72); }

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