#323C7D

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

Shades of Torea Bay #323C7D

Tints of Torea Bay #323C7D

Color information

#323C7D (or 0x323C7D) is unknown color: approx Torea Bay. HEX triplet: 32, 3C and 7D. RGB value is (50,60,125). Sum of RGB (Red+Green+Blue) = 50+60+125=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #323C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C7D is #CDC382. Grayscale: #404040. Windows color (decimal): -13484931 or 8207410. OLE color: 8207410.

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

Color convert

RGB5060125-
CMYK0.600.5200.51
HSL232º42.86%34.31%-
HSV(B)232º60%49.02%-
XYZ6.635.3920.09-
YUV64.42162.19117.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 125 (49.22% from 255) = 53.19%
R=21.28%
G=25.53%
B=53.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50601250.600.5200.5123242.8634.31
Hex323C7D3C34033e82b22
Octal627417574640633505342
Binary1100101111001111101111100110100011001111101000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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