Html Css Color HEX #3F60BE Free Speech Blue

📋 copy color: '#3F60BE'

red 63 ◦ green 96 ◦ blue 190

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

Shades of Free Speech Blue #3F60BE

Tints of Free Speech Blue #3F60BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 18.05%
G = 27.51%
B = 54.44%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F60BE (or 0x3F60BE) is known color: Free Speech Blue. HEX triplet: 3F, 60 and BE. RGB value is (63,96,190). Sum of RGB (Red+Green+Blue) = 63+96+190=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F60BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F60BE is #C09F41. Grayscale: #606060. Windows color (decimal): -12623682 or 12476479. OLE color: 12476479.

HSL color Cylindrical-coordinate representation of color #3F60BE: hue angle of 224.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F60BE is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 96 190 -
CMYK 0.67 0.49 0 0.25
HSL 224.41º 0.5% 0.5% -
HSV(B) 224.41º 0.67% 0.75% -
XYZ 15.53 13.14 50.43 -
YUV 96.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 63 96 190 0.67 0.49 0 0.25 224.41 0.5 0.5
Hex 3F 60 BE 43 31 0 19 E0 32 32
Octal 77 140 276 103 61 0 31 340 62 62
Binary 111111 1100000 10111110 1000011 110001 0 11001 11100000 110010 110010

Color Harmonies of #3F60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F60BE

Black with #3F60BE

Text Example


Text Example

White with #3F60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,190); }

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

background-color css

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

 a { background-color: rgb(63,96,190); }

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

border-color css

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

 span { border-color: rgb(63,96,190); }

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