Html Css Color HEX #3F60BC Free Speech Blue

📋 copy color: '#3F60BC'

red 63 ◦ green 96 ◦ blue 188

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

Shades of Free Speech Blue #3F60BC

Tints of Free Speech Blue #3F60BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 18.16%
G = 27.67%
B = 54.18%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F60BC (or 0x3F60BC) is known color: Free Speech Blue. HEX triplet: 3F, 60 and BC. RGB value is (63,96,188). Sum of RGB (Red+Green+Blue) = 63+96+188=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F60BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F60BC is #C09F43. Grayscale: #606060. Windows color (decimal): -12623684 or 12345407. OLE color: 12345407.

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

Color convert

RGB 63 96 188 -
CMYK 0.66 0.49 0 0.26
HSL 224.16º 0.5% 0.49% -
HSV(B) 224.16º 0.66% 0.74% -
XYZ 15.31 13.05 49.29 -
YUV 96.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 63 96 188 0.66 0.49 0 0.26 224.16 0.5 0.49
Hex 3F 60 BC 42 31 0 1A E0 32 31
Octal 77 140 274 102 61 0 32 340 62 61
Binary 111111 1100000 10111100 1000010 110001 0 11010 11100000 110010 110001

Color Harmonies of #3F60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F60BC

Black with #3F60BC

Text Example


Text Example

White with #3F60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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