#323D7C

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

Shades of Torea Bay #323D7C

Tints of Torea Bay #323D7C

Color information

#323D7C (or 0x323D7C) is unknown color: approx Torea Bay. HEX triplet: 32, 3D and 7C. RGB value is (50,61,124). Sum of RGB (Red+Green+Blue) = 50+61+124=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #323D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D7C is #CDC283. Grayscale: #404040. Windows color (decimal): -13484676 or 8142130. OLE color: 8142130.

HSL color Cylindrical-coordinate representation of color #323D7C: hue angle of 231.08º 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 #323D7C is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5061124-
CMYK0.600.5100.51
HSL231.08º42.53%34.12%-
HSV(B)231.08º59.68%48.63%-
XYZ6.625.4719.78-
YUV64.89161.36117.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=21.28%
G=25.96%
B=52.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50611240.600.5100.51231.0842.5334.12
Hex323D7C3C33033e72b22
Octal627517474630633475342
Binary1100101111011111100111100110011011001111100111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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