Html Css Color HEX #3F4ABA Free Speech Blue

📋 copy color: '#3F4ABA'

red 63 ◦ green 74 ◦ blue 186

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

Shades of Free Speech Blue #3F4ABA

Tints of Free Speech Blue #3F4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 19.5%
G = 22.91%
B = 57.59%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F4ABA (or 0x3F4ABA) is known color: Free Speech Blue. HEX triplet: 3F, 4A and BA. RGB value is (63,74,186). Sum of RGB (Red+Green+Blue) = 63+74+186=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F4ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ABA is #C0B545. Grayscale: #535353. Windows color (decimal): -12629318 or 12208703. OLE color: 12208703.

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

Color convert

RGB 63 74 186 -
CMYK 0.66 0.60 0 0.27
HSL 234.63º 0.49% 0.49% -
HSV(B) 234.63º 0.66% 0.73% -
XYZ 13.36 9.5 47.58 -
YUV 83.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 63 74 186 0.66 0.60 0 0.27 234.63 0.49 0.49
Hex 3F 4A BA 42 3C 0 1B EB 31 31
Octal 77 112 272 102 74 0 33 353 61 61
Binary 111111 1001010 10111010 1000010 111100 0 11011 11101011 110001 110001

Color Harmonies of #3F4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4ABA

Black with #3F4ABA

Text Example


Text Example

White with #3F4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,74,186); }

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

background-color css

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

 a { background-color: rgb(63,74,186); }

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

border-color css

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

 span { border-color: rgb(63,74,186); }

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