#32377B

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

Shades of Torea Bay #32377B

Tints of Torea Bay #32377B

Color information

#32377B (or 0x32377B) is unknown color: approx Torea Bay. HEX triplet: 32, 37 and 7B. RGB value is (50,55,123). Sum of RGB (Red+Green+Blue) = 50+55+123=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #32377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32377B is #CDC884. Grayscale: #3C3C3C. Windows color (decimal): -13486213 or 8075058. OLE color: 8075058.

HSL color Cylindrical-coordinate representation of color #32377B: hue angle of 235.89º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32377B is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5055123-
CMYK0.590.5500.52
HSL235.89º42.2%33.92%-
HSV(B)235.89º59.35%48.24%-
XYZ6.264.8419.34-
YUV61.26162.84119.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=21.93%
G=24.12%
B=53.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50551230.590.5500.52235.8942.233.92
Hex32377B3B37034ec2a22
Octal626717373670643545242
Binary1100101101111111011111011110111011010011101100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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