Html Css Color HEX #3F6ABB Free Speech Blue

📋 copy color: '#3F6ABB'

red 63 ◦ green 106 ◦ blue 187

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

Shades of Free Speech Blue #3F6ABB

Tints of Free Speech Blue #3F6ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.78%

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

R = 17.7%
G = 29.78%
B = 52.53%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F6ABB (or 0x3F6ABB) is known color: Free Speech Blue. HEX triplet: 3F, 6A and BB. RGB value is (63,106,187). Sum of RGB (Red+Green+Blue) = 63+106+187=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F6ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6ABB is #C09544. Grayscale: #666666. Windows color (decimal): -12621125 or 12282431. OLE color: 12282431.

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

Color convert

RGB 63 106 187 -
CMYK 0.66 0.43 0 0.27
HSL 219.19º 0.5% 0.49% -
HSV(B) 219.19º 0.66% 0.73% -
XYZ 16.17 14.95 49.05 -
YUV 102.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 63 106 187 0.66 0.43 0 0.27 219.19 0.5 0.49
Hex 3F 6A BB 42 2B 0 1B DB 32 31
Octal 77 152 273 102 53 0 33 333 62 61
Binary 111111 1101010 10111011 1000010 101011 0 11011 11011011 110010 110001

Color Harmonies of #3F6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6ABB

Black with #3F6ABB

Text Example


Text Example

White with #3F6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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