#03243F

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

Shades of Tangaroa #03243F

Tints of Tangaroa #03243F

Color information

#03243F (or 0x03243F) is unknown color: approx Tangaroa. HEX triplet: 03, 24 and 3F. RGB value is (3,36,63). Sum of RGB (Red+Green+Blue) = 3+36+63=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 63 (25% from 255 or 61.76% from 102); Max value from RGB is 63 - color contains mainly: blue. Hex color #03243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03243F is #FCDBC0. Grayscale: #1D1D1D. Windows color (decimal): -16571329 or 4137987. OLE color: 4137987.

HSL color Cylindrical-coordinate representation of color #03243F: hue angle of 207º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03243F is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33663-
CMYK0.950.4300.75
HSL207º90.91%12.94%-
HSV(B)207º95.24%24.71%-
XYZ1.571.644.94-
YUV29.21147.07109.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 63 (25% from 255) = 61.76%
R=2.94%
G=35.29%
B=61.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal336630.950.4300.7520790.9112.94
Hex3243F5F2B04Bcf5bd
Octal3447713753011331713315
Binary111001001111111011111101011010010111100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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