Html Css Color HEX #3F5DCE Free Speech Blue

📋 copy color: '#3F5DCE'

red 63 ◦ green 93 ◦ blue 206

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

Shades of Free Speech Blue #3F5DCE

Tints of Free Speech Blue #3F5DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 17.4%
G = 25.69%
B = 56.91%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F5DCE (or 0x3F5DCE) is known color: Free Speech Blue. HEX triplet: 3F, 5D and CE. RGB value is (63,93,206). Sum of RGB (Red+Green+Blue) = 63+93+206=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F5DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DCE is #C0A231. Grayscale: #606060. Windows color (decimal): -12624434 or 13524287. OLE color: 13524287.

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

Color convert

RGB 63 93 206 -
CMYK 0.69 0.55 0 0.19
HSL 227.41º 0.59% 0.53% -
HSV(B) 227.41º 0.69% 0.81% -
XYZ 17.1 13.34 60.07 -
YUV 96.91 189.56 103.81 -
System Red Green Blue C M Y K H S L
Decimal 63 93 206 0.69 0.55 0 0.19 227.41 0.59 0.53
Hex 3F 5D CE 45 37 0 13 E3 3B 35
Octal 77 135 316 105 67 0 23 343 73 65
Binary 111111 1011101 11001110 1000101 110111 0 10011 11100011 111011 110101

Color Harmonies of #3F5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DCE

Black with #3F5DCE

Text Example


Text Example

White with #3F5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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