Html Css Color HEX #323FDB Free Speech Blue

📋 copy color: '#323FDB'

red 50 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #323FDB

Tints of Free Speech Blue #323FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 15.06%
G = 18.98%
B = 65.96%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#323FDB (or 0x323FDB) is known color: Free Speech Blue. HEX triplet: 32, 3F and DB. RGB value is (50,63,219). Sum of RGB (Red+Green+Blue) = 50+63+219=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #323FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FDB is #CDC024. Grayscale: #4C4C4C. Windows color (decimal): -13484069 or 14368562. OLE color: 14368562.

HSL color Cylindrical-coordinate representation of color #323FDB: hue angle of 235.38º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323FDB is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 63 219 -
CMYK 0.77 0.71 0 0.14
HSL 235.38º 0.7% 0.53% -
HSV(B) 235.38º 0.77% 0.86% -
XYZ 15.88 9.35 67.99 -
YUV 76.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 50 63 219 0.77 0.71 0 0.14 235.38 0.7 0.53
Hex 32 3F DB 4D 47 0 E EB 46 35
Octal 62 77 333 115 107 0 16 353 106 65
Binary 110010 111111 11011011 1001101 1000111 0 1110 11101011 1000110 110101

Color Harmonies of #323FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FDB

Black with #323FDB

Text Example


Text Example

White with #323FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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