#323EE0

Color #323EE0 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #323EE0

Tints of Free Speech Blue #323EE0

Color information

#323EE0 (or 0x323EE0) is unknown color: approx Free Speech Blue. HEX triplet: 32, 3E and E0. RGB value is (50,62,224). Sum of RGB (Red+Green+Blue) = 50+62+224=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #323EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EE0 is #CDC11F. Grayscale: #4C4C4C. Windows color (decimal): -13484320 or 14695986. OLE color: 14695986.

HSL color Cylindrical-coordinate representation of color #323EE0: hue angle of 235.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #323EE0 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5062224-
CMYK0.780.7200.12
HSL235.86º73.73%53.73%-
HSV(B)235.86º77.68%87.84%-
XYZ16.499.5171.49-
YUV76.88211.02108.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 224 (87.89% from 255) = 66.67%
R=14.88%
G=18.45%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal50622240.780.7200.12235.8673.7353.73
Hex323EE04E480Cec4a36
Octal627634011611001435411266
Binary110010111110111000001001110100100001100111011001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,62,224); }

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

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

 a { background-color: rgb(50,62,224); }

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

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

 span { border-color: rgb(50,62,224); }

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