Html Css Color HEX #323FD5 Free Speech Blue

📋 copy color: '#323FD5'

red 50 ◦ green 63 ◦ blue 213

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

Shades of Free Speech Blue #323FD5

Tints of Free Speech Blue #323FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

 BLUE value IS 213 (83.59% from 255) = 65.34%

R = 15.34%
G = 19.33%
B = 65.34%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#323FD5 (or 0x323FD5) is known color: Free Speech Blue. HEX triplet: 32, 3F and D5. RGB value is (50,63,213). Sum of RGB (Red+Green+Blue) = 50+63+213=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #323FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FD5 is #CDC02A. Grayscale: #4B4B4B. Windows color (decimal): -13484075 or 13975346. OLE color: 13975346.

HSL color Cylindrical-coordinate representation of color #323FD5: hue angle of 235.21º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323FD5 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 63 213 -
CMYK 0.77 0.70 0 0.16
HSL 235.21º 0.66% 0.52% -
HSV(B) 235.21º 0.77% 0.84% -
XYZ 15.1 9.04 63.9 -
YUV 76.21 205.19 109.3 -
System Red Green Blue C M Y K H S L
Decimal 50 63 213 0.77 0.70 0 0.16 235.21 0.66 0.52
Hex 32 3F D5 4D 46 0 10 EB 42 34
Octal 62 77 325 115 106 0 20 353 102 64
Binary 110010 111111 11010101 1001101 1000110 0 10000 11101011 1000010 110100

Color Harmonies of #323FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FD5

Black with #323FD5

Text Example


Text Example

White with #323FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,63,213); }

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

background-color css

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

 a { background-color: rgb(50,63,213); }

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

border-color css

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

 span { border-color: rgb(50,63,213); }

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