Html Css Color HEX #323FDA Free Speech Blue

📋 copy color: '#323FDA'

red 50 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Blue #323FDA

Tints of Free Speech Blue #323FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.86%

R = 15.11%
G = 19.03%
B = 65.86%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#323FDA (or 0x323FDA) is known color: Free Speech Blue. HEX triplet: 32, 3F and DA. RGB value is (50,63,218). Sum of RGB (Red+Green+Blue) = 50+63+218=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #323FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FDA is #CDC025. Grayscale: #4C4C4C. Windows color (decimal): -13484070 or 14303026. OLE color: 14303026.

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

Color convert

RGB 50 63 218 -
CMYK 0.77 0.71 0 0.15
HSL 235.36º 0.69% 0.53% -
HSV(B) 235.36º 0.77% 0.85% -
XYZ 15.75 9.3 67.29 -
YUV 76.78 207.69 108.9 -
System Red Green Blue C M Y K H S L
Decimal 50 63 218 0.77 0.71 0 0.15 235.36 0.69 0.53
Hex 32 3F DA 4D 47 0 F EB 45 35
Octal 62 77 332 115 107 0 17 353 105 65
Binary 110010 111111 11011010 1001101 1000111 0 1111 11101011 1000101 110101

Color Harmonies of #323FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FDA

Black with #323FDA

Text Example


Text Example

White with #323FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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