Html Css Color HEX #323FD8 Free Speech Blue

📋 copy color: '#323FD8'

red 50 ◦ green 63 ◦ blue 216

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

Shades of Free Speech Blue #323FD8

Tints of Free Speech Blue #323FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 65.65%

R = 15.2%
G = 19.15%
B = 65.65%

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

#323FD8 (or 0x323FD8) is known color: Free Speech Blue. HEX triplet: 32, 3F and D8. RGB value is (50,63,216). Sum of RGB (Red+Green+Blue) = 50+63+216=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #323FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FD8 is #CDC027. Grayscale: #4B4B4B. Windows color (decimal): -13484072 or 14171954. OLE color: 14171954.

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

Color convert

RGB 50 63 216 -
CMYK 0.77 0.71 0 0.15
HSL 235.3º 0.68% 0.52% -
HSV(B) 235.3º 0.77% 0.85% -
XYZ 15.49 9.19 65.92 -
YUV 76.56 206.69 109.06 -
System Red Green Blue C M Y K H S L
Decimal 50 63 216 0.77 0.71 0 0.15 235.3 0.68 0.52
Hex 32 3F D8 4D 47 0 F EB 44 34
Octal 62 77 330 115 107 0 17 353 104 64
Binary 110010 111111 11011000 1001101 1000111 0 1111 11101011 1000100 110100

Color Harmonies of #323FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FD8

Black with #323FD8

Text Example


Text Example

White with #323FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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