#323C7F

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

Shades of Torea Bay #323C7F

Tints of Torea Bay #323C7F

Color information

#323C7F (or 0x323C7F) is unknown color: approx Torea Bay. HEX triplet: 32, 3C and 7F. RGB value is (50,60,127). Sum of RGB (Red+Green+Blue) = 50+60+127=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #323C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C7F is #CDC380. Grayscale: #404040. Windows color (decimal): -13484929 or 8338482. OLE color: 8338482.

HSL color Cylindrical-coordinate representation of color #323C7F: hue angle of 232.21º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323C7F is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5060127-
CMYK0.610.5300.50
HSL232.21º43.5%34.71%-
HSV(B)232.21º60.63%49.8%-
XYZ6.765.4420.77-
YUV64.65163.19117.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 60 (23.83% from 255) = 25.32%
BLUE value IS 127 (50% from 255) = 53.59%
R=21.10%
G=25.32%
B=53.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50601270.610.5300.50232.2143.534.71
Hex323C7F3D35032e82c23
Octal627417775650623505443
Binary1100101111001111111111101110101011001011101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323C7F; }

 p { color: rgb(50,60,127); }

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

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

 a { background-color: rgb(50,60,127); }

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

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

 span { border-color: rgb(50,60,127); }

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