Html Css Color HEX #3F5BBC Free Speech Blue

📋 copy color: '#3F5BBC'

red 63 ◦ green 91 ◦ blue 188

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

Shades of Free Speech Blue #3F5BBC

Tints of Free Speech Blue #3F5BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.61%

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

R = 18.42%
G = 26.61%
B = 54.97%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F5BBC (or 0x3F5BBC) is known color: Free Speech Blue. HEX triplet: 3F, 5B and BC. RGB value is (63,91,188). Sum of RGB (Red+Green+Blue) = 63+91+188=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5BBC is #C0A443. Grayscale: #5D5D5D. Windows color (decimal): -12624964 or 12344127. OLE color: 12344127.

HSL color Cylindrical-coordinate representation of color #3F5BBC: hue angle of 226.56º 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 #3F5BBC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 91 188 -
CMYK 0.66 0.52 0 0.26
HSL 226.56º 0.5% 0.49% -
HSV(B) 226.56º 0.66% 0.74% -
XYZ 14.87 12.17 49.14 -
YUV 93.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 63 91 188 0.66 0.52 0 0.26 226.56 0.5 0.49
Hex 3F 5B BC 42 34 0 1A E3 32 31
Octal 77 133 274 102 64 0 32 343 62 61
Binary 111111 1011011 10111100 1000010 110100 0 11010 11100011 110010 110001

Color Harmonies of #3F5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5BBC

Black with #3F5BBC

Text Example


Text Example

White with #3F5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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