#032B3C

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

Shades of Tangaroa #032B3C

Tints of Tangaroa #032B3C

Color information

#032B3C (or 0x032B3C) is unknown color: approx Tangaroa. HEX triplet: 03, 2B and 3C. RGB value is (3,43,60). Sum of RGB (Red+Green+Blue) = 3+43+60=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #032B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B3C is #FCD4C3. Grayscale: #202020. Windows color (decimal): -16569540 or 3943171. OLE color: 3943171.

HSL color Cylindrical-coordinate representation of color #032B3C: hue angle of 197.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032B3C is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB34360-
CMYK0.950.2800.76
HSL197.89º90.48%12.35%-
HSV(B)197.89º95%23.53%-
XYZ1.722.074.58-
YUV32.98143.25106.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 60 (23.83% from 255) = 56.60%
R=2.83%
G=40.57%
B=56.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal343600.950.2800.76197.8990.4812.35
Hex32B3C5F1C04Cc65ac
Octal3537413734011430613214
Binary11101011111100101111111100010011001100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032B3C; }

 p { color: rgb(3,43,60); }

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

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

 a { background-color: rgb(3,43,60); }

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

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

 span { border-color: rgb(3,43,60); }

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