#32357B

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

Shades of Torea Bay #32357B

Tints of Torea Bay #32357B

Color information

#32357B (or 0x32357B) is unknown color: approx Torea Bay. HEX triplet: 32, 35 and 7B. RGB value is (50,53,123). Sum of RGB (Red+Green+Blue) = 50+53+123=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #32357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32357B is #CDCA84. Grayscale: #3B3B3B. Windows color (decimal): -13486725 or 8074546. OLE color: 8074546.

HSL color Cylindrical-coordinate representation of color #32357B: hue angle of 237.53º 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 #32357B is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5053123-
CMYK0.590.5700.52
HSL237.53º42.2%33.92%-
HSV(B)237.53º59.35%48.24%-
XYZ6.164.6519.31-
YUV60.08163.51120.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 123 (48.44% from 255) = 54.42%
R=22.12%
G=23.45%
B=54.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50531230.590.5700.52237.5342.233.92
Hex32357B3B39034ee2a22
Octal626517373710643565242
Binary1100101101011111011111011111001011010011101110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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