#032141

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

Shades of Tangaroa #032141

Tints of Tangaroa #032141

Color information

#032141 (or 0x032141) is unknown color: approx Tangaroa. HEX triplet: 03, 21 and 41. RGB value is (3,33,65). Sum of RGB (Red+Green+Blue) = 3+33+65=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #032141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032141 is #FCDEBE. Grayscale: #1B1B1B. Windows color (decimal): -16572095 or 4268291. OLE color: 4268291.

HSL color Cylindrical-coordinate representation of color #032141: hue angle of 210.97º 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 #032141 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33365-
CMYK0.950.4900.75
HSL210.97º91.18%13.33%-
HSV(B)210.97º95.38%25.49%-
XYZ1.541.495.21-
YUV27.68149.06110.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=2.97%
G=32.67%
B=64.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal333650.950.4900.75210.9791.1813.33
Hex321415F3104Bd35bd
Octal34110113761011332313315
Binary1110000110000011011111110001010010111101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032141; }

 p { color: rgb(3,33,65); }

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

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

 a { background-color: rgb(3,33,65); }

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

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

 span { border-color: rgb(3,33,65); }

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