#323C75

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

Shades of Torea Bay #323C75

Tints of Torea Bay #323C75

Color information

#323C75 (or 0x323C75) is unknown color: approx Torea Bay. HEX triplet: 32, 3C and 75. RGB value is (50,60,117). Sum of RGB (Red+Green+Blue) = 50+60+117=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #323C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C75 is #CDC38A. Grayscale: #3F3F3F. Windows color (decimal): -13484939 or 7683122. OLE color: 7683122.

HSL color Cylindrical-coordinate representation of color #323C75: hue angle of 231.04º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323C75 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5060117-
CMYK0.570.4900.54
HSL231.04º40.12%32.75%-
HSV(B)231.04º57.26%45.88%-
XYZ6.145.1917.51-
YUV63.51158.19118.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=22.03%
G=26.43%
B=51.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50601170.570.4900.54231.0440.1232.75
Hex323C753931036e72821
Octal627416571610663475041
Binary1100101111001110101111001110001011011011100111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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