Html Css Color HEX #323FCC Free Speech Blue

📋 copy color: '#323FCC'

red 50 ◦ green 63 ◦ blue 204

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

Shades of Free Speech Blue #323FCC

Tints of Free Speech Blue #323FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 15.77%
G = 19.87%
B = 64.35%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#323FCC (or 0x323FCC) is known color: Free Speech Blue. HEX triplet: 32, 3F and CC. RGB value is (50,63,204). Sum of RGB (Red+Green+Blue) = 50+63+204=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #323FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FCC is #CDC033. Grayscale: #4A4A4A. Windows color (decimal): -13484084 or 13385522. OLE color: 13385522.

HSL color Cylindrical-coordinate representation of color #323FCC: hue angle of 234.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323FCC is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 63 204 -
CMYK 0.75 0.69 0 0.2
HSL 234.94º 0.61% 0.5% -
HSV(B) 234.94º 0.75% 0.8% -
XYZ 13.99 8.59 58.05 -
YUV 75.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 50 63 204 0.75 0.69 0 0.2 234.94 0.61 0.5
Hex 32 3F CC 4B 45 0 14 EB 3D 32
Octal 62 77 314 113 105 0 24 353 75 62
Binary 110010 111111 11001100 1001011 1000101 0 10100 11101011 111101 110010

Color Harmonies of #323FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FCC

Black with #323FCC

Text Example


Text Example

White with #323FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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