Html Css Color HEX #3F5DCD Free Speech Blue

📋 copy color: '#3F5DCD'

red 63 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Blue #3F5DCD

Tints of Free Speech Blue #3F5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 17.45%
G = 25.76%
B = 56.79%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F5DCD (or 0x3F5DCD) is known color: Free Speech Blue. HEX triplet: 3F, 5D and CD. RGB value is (63,93,205). Sum of RGB (Red+Green+Blue) = 63+93+205=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DCD is #C0A232. Grayscale: #606060. Windows color (decimal): -12624435 or 13458751. OLE color: 13458751.

HSL color Cylindrical-coordinate representation of color #3F5DCD: hue angle of 227.32º 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 #3F5DCD is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 93 205 -
CMYK 0.69 0.55 0 0.20
HSL 227.32º 0.59% 0.53% -
HSV(B) 227.32º 0.69% 0.8% -
XYZ 16.98 13.29 59.43 -
YUV 96.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 63 93 205 0.69 0.55 0 0.20 227.32 0.59 0.53
Hex 3F 5D CD 45 37 0 14 E3 3B 35
Octal 77 135 315 105 67 0 24 343 73 65
Binary 111111 1011101 11001101 1000101 110111 0 10100 11100011 111011 110101

Color Harmonies of #3F5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DCD

Black with #3F5DCD

Text Example


Text Example

White with #3F5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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