Html Css Color HEX #323BE1 Free Speech Blue

📋 copy color: '#323BE1'

red 50 ◦ green 59 ◦ blue 225

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

Shades of Free Speech Blue #323BE1

Tints of Free Speech Blue #323BE1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

 BLUE value IS 225 (88.28% from 255) = 67.37%

R = 14.97%
G = 17.66%
B = 67.37%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#323BE1 (or 0x323BE1) is known color: Free Speech Blue. HEX triplet: 32, 3B and E1. RGB value is (50,59,225). Sum of RGB (Red+Green+Blue) = 50+59+225=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 225 (88.28% from 255 or 67.37% from 334); Max value from RGB is 225 - color contains mainly: blue. Hex color #323BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BE1 is #CDC41E. Grayscale: #4A4A4A. Windows color (decimal): -13485087 or 14760754. OLE color: 14760754.

HSL color Cylindrical-coordinate representation of color #323BE1: hue angle of 236.91º 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 #323BE1 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 59 225 -
CMYK 0.78 0.74 0 0.12
HSL 236.91º 0.74% 0.54% -
HSV(B) 236.91º 0.78% 0.88% -
XYZ 16.47 9.24 72.15 -
YUV 75.23 212.52 110 -
System Red Green Blue C M Y K H S L
Decimal 50 59 225 0.78 0.74 0 0.12 236.91 0.74 0.54
Hex 32 3B E1 4E 4A 0 C ED 4A 36
Octal 62 73 341 116 112 0 14 355 112 66
Binary 110010 111011 11100001 1001110 1001010 0 1100 11101101 1001010 110110

Color Harmonies of #323BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BE1

Black with #323BE1

Text Example


Text Example

White with #323BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,225); }

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

background-color css

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

 a { background-color: rgb(50,59,225); }

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

border-color css

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

 span { border-color: rgb(50,59,225); }

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