#323cdd

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

Shades of Free Speech Blue #323CDD

Tints of Free Speech Blue #323CDD

Color information

#323CDD (or 0x323CDD) is unknown color: approx Free Speech Blue. HEX triplet: 32, 3C and DD. RGB value is (50,60,221). Sum of RGB (Red+Green+Blue) = 50+60+221=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #323CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CDD is #CDC322. Grayscale: #4A4A4A. Windows color (decimal): -13484835 or 14498866. OLE color: 14498866.

HSL color Cylindrical-coordinate representation of color #323CDD: hue angle of 236.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323CDD is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5060221-
CMYK0.770.7300.13
HSL236.49º71.55%53.14%-
HSV(B)236.49º77.38%86.67%-
XYZ15.989.1369.33-
YUV75.36210.19109.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 221 (86.72% from 255) = 66.77%
R=15.11%
G=18.13%
B=66.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal50602210.770.7300.13236.4971.5553.14
Hex323CDD4D490Dec4835
Octal627433511511101535411065
Binary110010111100110111011001101100100101101111011001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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