Html Css Color HEX #3F5ABB Free Speech Blue

📋 copy color: '#3F5ABB'

red 63 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Blue #3F5ABB

Tints of Free Speech Blue #3F5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55%

R = 18.53%
G = 26.47%
B = 55%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F5ABB (or 0x3F5ABB) is known color: Free Speech Blue. HEX triplet: 3F, 5A and BB. RGB value is (63,90,187). Sum of RGB (Red+Green+Blue) = 63+90+187=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F5ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5ABB is #C0A544. Grayscale: #5C5C5C. Windows color (decimal): -12625221 or 12278335. OLE color: 12278335.

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

Color convert

RGB 63 90 187 -
CMYK 0.66 0.52 0 0.27
HSL 226.94º 0.5% 0.49% -
HSV(B) 226.94º 0.66% 0.73% -
XYZ 14.68 11.96 48.55 -
YUV 92.99 181.05 106.61 -
System Red Green Blue C M Y K H S L
Decimal 63 90 187 0.66 0.52 0 0.27 226.94 0.5 0.49
Hex 3F 5A BB 42 34 0 1B E3 32 31
Octal 77 132 273 102 64 0 33 343 62 61
Binary 111111 1011010 10111011 1000010 110100 0 11011 11100011 110010 110001

Color Harmonies of #3F5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5ABB

Black with #3F5ABB

Text Example


Text Example

White with #3F5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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