Html Css Color HEX #3F4CAF Free Speech Blue

📋 copy color: '#3F4CAF'

red 63 ◦ green 76 ◦ blue 175

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

Shades of Free Speech Blue #3F4CAF

Tints of Free Speech Blue #3F4CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 20.06%
G = 24.2%
B = 55.73%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F4CAF (or 0x3F4CAF) is known color: Free Speech Blue. HEX triplet: 3F, 4C and AF. RGB value is (63,76,175). Sum of RGB (Red+Green+Blue) = 63+76+175=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F4CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4CAF is #C0B350. Grayscale: #525252. Windows color (decimal): -12628817 or 11488319. OLE color: 11488319.

HSL color Cylindrical-coordinate representation of color #3F4CAF: hue angle of 233.04º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F4CAF is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 76 175 -
CMYK 0.64 0.57 0 0.31
HSL 233.04º 0.47% 0.47% -
HSV(B) 233.04º 0.64% 0.69% -
XYZ 12.37 9.32 41.7 -
YUV 83.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 63 76 175 0.64 0.57 0 0.31 233.04 0.47 0.47
Hex 3F 4C AF 40 39 0 1F E9 2F 2F
Octal 77 114 257 100 71 0 37 351 57 57
Binary 111111 1001100 10101111 1000000 111001 0 11111 11101001 101111 101111

Color Harmonies of #3F4CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4CAF

Black with #3F4CAF

Text Example


Text Example

White with #3F4CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,76,175); }

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

background-color css

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

 a { background-color: rgb(63,76,175); }

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

border-color css

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

 span { border-color: rgb(63,76,175); }

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