Html Css Color HEX #323EDD Free Speech Blue

📋 copy color: '#323EDD'

red 50 ◦ green 62 ◦ blue 221

#323EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #323EDD

Tints of Free Speech Blue #323EDD

RGB

 RED value IS 50 (19.92% from 255) = 15.02%

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 221 (86.72% from 255) = 66.37%

R = 15.02%
G = 18.62%
B = 66.37%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#323EDD (or 0x323EDD) is known color: Free Speech Blue. HEX triplet: 32, 3E and DD. RGB value is (50,62,221). Sum of RGB (Red+Green+Blue) = 50+62+221=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #323EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EDD is #CDC122. Grayscale: #4B4B4B. Windows color (decimal): -13484323 or 14499378. OLE color: 14499378.

HSL color Cylindrical-coordinate representation of color #323EDD: hue angle of 235.79º 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 #323EDD is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 62 221 -
CMYK 0.77 0.72 0 0.13
HSL 235.79º 0.72% 0.53% -
HSV(B) 235.79º 0.77% 0.87% -
XYZ 16.09 9.34 69.36 -
YUV 76.54 209.52 109.07 -
System Red Green Blue C M Y K H S L
Decimal 50 62 221 0.77 0.72 0 0.13 235.79 0.72 0.53
Hex 32 3E DD 4D 48 0 D EC 48 35
Octal 62 76 335 115 110 0 15 354 110 65
Binary 110010 111110 11011101 1001101 1001000 0 1101 11101100 1001000 110101

Color Harmonies of #323EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EDD

Black with #323EDD

Text Example


Text Example

White with #323EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #323EDD;
 }
 .AnyTagClassName
 {
   color: #323EDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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