Html Css Color HEX #3F50CD Free Speech Blue

📋 copy color: '#3F50CD'

red 63 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Blue #3F50CD

Tints of Free Speech Blue #3F50CD

RGB

 RED value IS 63 (25% from 255) = 18.1%

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 18.1%
G = 22.99%
B = 58.91%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F50CD (or 0x3F50CD) is known color: Free Speech Blue. HEX triplet: 3F, 50 and CD. RGB value is (63,80,205). Sum of RGB (Red+Green+Blue) = 63+80+205=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F50CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50CD is #C0AF32. Grayscale: #585858. Windows color (decimal): -12627763 or 13455423. OLE color: 13455423.

HSL color Cylindrical-coordinate representation of color #3F50CD: hue angle of 232.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F50CD is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 80 205 -
CMYK 0.69 0.61 0 0.20
HSL 232.82º 0.59% 0.53% -
HSV(B) 232.82º 0.69% 0.8% -
XYZ 15.94 11.2 59.08 -
YUV 89.17 193.37 109.34 -
System Red Green Blue C M Y K H S L
Decimal 63 80 205 0.69 0.61 0 0.20 232.82 0.59 0.53
Hex 3F 50 CD 45 3D 0 14 E9 3B 35
Octal 77 120 315 105 75 0 24 351 73 65
Binary 111111 1010000 11001101 1000101 111101 0 10100 11101001 111011 110101

Color Harmonies of #3F50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F50CD

Black with #3F50CD

Text Example


Text Example

White with #3F50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F50CD; }

 p { color: rgb(63,80,205); }

 H1.HeaderClassName
 {
   color: #3F50CD;
 }
 .AnyTagClassName
 {
   color: #3F50CD;
 }
</style>

background-color css

<style>
 a { background-color: #3F50CD; }

 a { background-color: rgb(63,80,205); }

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

border-color css

<style>
 span { border-color: #3F50CD; }

 span { border-color: rgb(63,80,205); }

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