#03243A

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

Shades of Tangaroa #03243A

Tints of Tangaroa #03243A

Color information

#03243A (or 0x03243A) is unknown color: approx Tangaroa. HEX triplet: 03, 24 and 3A. RGB value is (3,36,58). Sum of RGB (Red+Green+Blue) = 3+36+58=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 36 (14.45% from 255 or 37.11% 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 #03243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03243A is #FCDBC5. Grayscale: #1C1C1C. Windows color (decimal): -16571334 or 3810307. OLE color: 3810307.

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

Color convert

RGB33658-
CMYK0.950.3800.77
HSL204º90.16%11.96%-
HSV(B)204º94.83%22.75%-
XYZ1.431.594.23-
YUV28.64144.57109.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 58 (23.05% from 255) = 59.79%
R=3.09%
G=37.11%
B=59.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal336580.950.3800.7720490.1611.96
Hex3243A5F2604Dcc5ac
Octal3447213746011531413214
Binary111001001110101011111100110010011011100110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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