Html Css Color HEX #3F5ABC Free Speech Blue

📋 copy color: '#3F5ABC'

red 63 ◦ green 90 ◦ blue 188

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

Shades of Free Speech Blue #3F5ABC

Tints of Free Speech Blue #3F5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 18.48%
G = 26.39%
B = 55.13%

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

#3F5ABC (or 0x3F5ABC) is known color: Free Speech Blue. HEX triplet: 3F, 5A and BC. RGB value is (63,90,188). Sum of RGB (Red+Green+Blue) = 63+90+188=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5ABC is #C0A543. Grayscale: #5C5C5C. Windows color (decimal): -12625220 or 12343871. OLE color: 12343871.

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

Color convert

RGB 63 90 188 -
CMYK 0.66 0.52 0 0.26
HSL 227.04º 0.5% 0.49% -
HSV(B) 227.04º 0.66% 0.74% -
XYZ 14.78 12 49.11 -
YUV 93.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 63 90 188 0.66 0.52 0 0.26 227.04 0.5 0.49
Hex 3F 5A BC 42 34 0 1A E3 32 31
Octal 77 132 274 102 64 0 32 343 62 61
Binary 111111 1011010 10111100 1000010 110100 0 11010 11100011 110010 110001

Color Harmonies of #3F5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5ABC

Black with #3F5ABC

Text Example


Text Example

White with #3F5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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