#323375

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

Shades of Torea Bay #323375

Tints of Torea Bay #323375

Color information

#323375 (or 0x323375) is unknown color: approx Torea Bay. HEX triplet: 32, 33 and 75. RGB value is (50,51,117). Sum of RGB (Red+Green+Blue) = 50+51+117=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #323375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323375 is #CDCC8A. Grayscale: #393939. Windows color (decimal): -13487243 or 7680818. OLE color: 7680818.

HSL color Cylindrical-coordinate representation of color #323375: hue angle of 239.1º 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 #323375 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5051117-
CMYK0.570.5600.54
HSL239.1º40.12%32.75%-
HSV(B)239.1º57.26%45.88%-
XYZ5.714.3317.36-
YUV58.22161.17122.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=22.94%
G=23.39%
B=53.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50511170.570.5600.54239.140.1232.75
Hex3233753938036ef2821
Octal626316571700663575041
Binary1100101100111110101111001111000011011011101111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323375; }

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

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

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

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

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

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

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

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