Html Css Color HEX #3F53CE Free Speech Blue

📋 copy color: '#3F53CE'

red 63 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Blue #3F53CE

Tints of Free Speech Blue #3F53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

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

R = 17.9%
G = 23.58%
B = 58.52%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F53CE (or 0x3F53CE) is known color: Free Speech Blue. HEX triplet: 3F, 53 and CE. RGB value is (63,83,206). Sum of RGB (Red+Green+Blue) = 63+83+206=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F53CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F53CE is #C0AC31. Grayscale: #5A5A5A. Windows color (decimal): -12626994 or 13521727. OLE color: 13521727.

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

Color convert

RGB 63 83 206 -
CMYK 0.69 0.60 0 0.19
HSL 231.61º 0.59% 0.53% -
HSV(B) 231.61º 0.69% 0.81% -
XYZ 16.28 11.7 59.79 -
YUV 91.04 192.87 108 -
System Red Green Blue C M Y K H S L
Decimal 63 83 206 0.69 0.60 0 0.19 231.61 0.59 0.53
Hex 3F 53 CE 45 3C 0 13 E8 3B 35
Octal 77 123 316 105 74 0 23 350 73 65
Binary 111111 1010011 11001110 1000101 111100 0 10011 11101000 111011 110101

Color Harmonies of #3F53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F53CE

Black with #3F53CE

Text Example


Text Example

White with #3F53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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