#032843

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

Shades of Tangaroa #032843

Tints of Tangaroa #032843

Color information

#032843 (or 0x032843) is unknown color: approx Tangaroa. HEX triplet: 03, 28 and 43. RGB value is (3,40,67). Sum of RGB (Red+Green+Blue) = 3+40+67=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #032843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032843 is #FCD7BC. Grayscale: #1F1F1F. Windows color (decimal): -16570301 or 4401155. OLE color: 4401155.

HSL color Cylindrical-coordinate representation of color #032843: hue angle of 205.31º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032843 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB34067-
CMYK0.960.4000.74
HSL205.31º91.43%13.73%-
HSV(B)205.31º95.52%26.27%-
XYZ1.811.945.59-
YUV32.01147.74107.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 67 (26.56% from 255) = 60.91%
R=2.73%
G=36.36%
B=60.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal340670.960.4000.74205.3191.4313.73
Hex32843602804Acd5be
Octal35010314050011231513316
Binary1110100010000111100000101000010010101100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032843; }

 p { color: rgb(3,40,67); }

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

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

 a { background-color: rgb(3,40,67); }

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

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

 span { border-color: rgb(3,40,67); }

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