#032741

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

Shades of Tangaroa #032741

Tints of Tangaroa #032741

Color information

#032741 (or 0x032741) is unknown color: approx Tangaroa. HEX triplet: 03, 27 and 41. RGB value is (3,39,65). Sum of RGB (Red+Green+Blue) = 3+39+65=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #032741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032741 is #FCD8BE. Grayscale: #1F1F1F. Windows color (decimal): -16570559 or 4269827. OLE color: 4269827.

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

Color convert

RGB33965-
CMYK0.950.4000.75
HSL205.16º91.18%13.33%-
HSV(B)205.16º95.38%25.49%-
XYZ1.721.855.27-
YUV31.2147.07107.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=2.80%
G=36.45%
B=60.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal339650.950.4000.75205.1691.1813.33
Hex327415F2804Bcd5bd
Octal34710113750011331513315
Binary1110011110000011011111101000010010111100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032741; }

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

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

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

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

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

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

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

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