Html Css Color HEX #323BD6 Free Speech Blue

📋 copy color: '#323BD6'

red 50 ◦ green 59 ◦ blue 214

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

Shades of Free Speech Blue #323BD6

Tints of Free Speech Blue #323BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 66.25%

R = 15.48%
G = 18.27%
B = 66.25%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#323BD6 (or 0x323BD6) is known color: Free Speech Blue. HEX triplet: 32, 3B and D6. RGB value is (50,59,214). Sum of RGB (Red+Green+Blue) = 50+59+214=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 214 (83.98% from 255 or 66.25% from 323); Max value from RGB is 214 - color contains mainly: blue. Hex color #323BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BD6 is #CDC429. Grayscale: #494949. Windows color (decimal): -13485098 or 14039858. OLE color: 14039858.

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

Color convert

RGB 50 59 214 -
CMYK 0.77 0.72 0 0.16
HSL 236.71º 0.67% 0.52% -
HSV(B) 236.71º 0.77% 0.84% -
XYZ 15.02 8.66 64.5 -
YUV 73.98 207.02 110.9 -
System Red Green Blue C M Y K H S L
Decimal 50 59 214 0.77 0.72 0 0.16 236.71 0.67 0.52
Hex 32 3B D6 4D 48 0 10 ED 43 34
Octal 62 73 326 115 110 0 20 355 103 64
Binary 110010 111011 11010110 1001101 1001000 0 10000 11101101 1000011 110100

Color Harmonies of #323BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BD6

Black with #323BD6

Text Example


Text Example

White with #323BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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