#32377C

Color #32377C Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #32377C

Tints of Torea Bay #32377C

Color information

#32377C (or 0x32377C) is unknown color: approx Torea Bay. HEX triplet: 32, 37 and 7C. RGB value is (50,55,124). Sum of RGB (Red+Green+Blue) = 50+55+124=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #32377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32377C is #CDC883. Grayscale: #3D3D3D. Windows color (decimal): -13486212 or 8140594. OLE color: 8140594.

HSL color Cylindrical-coordinate representation of color #32377C: hue angle of 235.95º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32377C is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5055124-
CMYK0.600.5600.51
HSL235.95º42.53%34.12%-
HSV(B)235.95º59.68%48.63%-
XYZ6.324.8719.67-
YUV61.37163.34119.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=21.83%
G=24.02%
B=54.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50551240.600.5600.51235.9542.5334.12
Hex32377C3C38033ec2b22
Octal626717474700633545342
Binary1100101101111111100111100111000011001111101100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32377C; }

 p { color: rgb(50,55,124); }

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

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

 a { background-color: rgb(50,55,124); }

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

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

 span { border-color: rgb(50,55,124); }

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