#03203D

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

Shades of Tangaroa #03203D

Tints of Tangaroa #03203D

Color information

#03203D (or 0x03203D) is unknown color: approx Tangaroa. HEX triplet: 03, 20 and 3D. RGB value is (3,32,61). Sum of RGB (Red+Green+Blue) = 3+32+61=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #03203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03203D is #FCDFC2. Grayscale: #1A1A1A. Windows color (decimal): -16572355 or 4005891. OLE color: 4005891.

HSL color Cylindrical-coordinate representation of color #03203D: hue angle of 210º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03203D is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB33261-
CMYK0.950.4800.76
HSL210º90.62%12.55%-
HSV(B)210º95.08%23.92%-
XYZ1.41.394.61-
YUV26.64147.39111.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 63.54%
R=3.12%
G=33.33%
B=63.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal332610.950.4800.7621090.6212.55
Hex3203D5F3004Cd25bd
Octal3407513760011432213315
Binary111000001111011011111110000010011001101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03203D; }

 p { color: rgb(3,32,61); }

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

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

 a { background-color: rgb(3,32,61); }

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

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

 span { border-color: rgb(3,32,61); }

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