Html Css Color HEX #3F50CB Free Speech Blue

📋 copy color: '#3F50CB'

red 63 ◦ green 80 ◦ blue 203

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

Shades of Free Speech Blue #3F50CB

Tints of Free Speech Blue #3F50CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 18.21%
G = 23.12%
B = 58.67%

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

#3F50CB (or 0x3F50CB) is known color: Free Speech Blue. HEX triplet: 3F, 50 and CB. RGB value is (63,80,203). Sum of RGB (Red+Green+Blue) = 63+80+203=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F50CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50CB is #C0AF34. Grayscale: #585858. Windows color (decimal): -12627765 or 13324351. OLE color: 13324351.

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

Color convert

RGB 63 80 203 -
CMYK 0.69 0.61 0 0.20
HSL 232.71º 0.57% 0.52% -
HSV(B) 232.71º 0.69% 0.8% -
XYZ 15.7 11.11 57.82 -
YUV 88.94 192.37 109.5 -
System Red Green Blue C M Y K H S L
Decimal 63 80 203 0.69 0.61 0 0.20 232.71 0.57 0.52
Hex 3F 50 CB 45 3D 0 14 E9 39 34
Octal 77 120 313 105 75 0 24 351 71 64
Binary 111111 1010000 11001011 1000101 111101 0 10100 11101001 111001 110100

Color Harmonies of #3F50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F50CB

Black with #3F50CB

Text Example


Text Example

White with #3F50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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