Html Css Color HEX #3F3CC5 Free Speech Blue

📋 copy color: '#3F3CC5'

red 63 ◦ green 60 ◦ blue 197

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

Shades of Free Speech Blue #3F3CC5

Tints of Free Speech Blue #3F3CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.75%

 BLUE value IS 197 (77.34% from 255) = 61.56%

R = 19.69%
G = 18.75%
B = 61.56%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3F3CC5 (or 0x3F3CC5) is known color: Free Speech Blue. HEX triplet: 3F, 3C and C5. RGB value is (63,60,197). Sum of RGB (Red+Green+Blue) = 63+60+197=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 197 (77.34% from 255 or 61.56% from 320); Max value from RGB is 197 - color contains mainly: blue. Hex color #3F3CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3CC5 is #C0C33A. Grayscale: #4B4B4B. Windows color (decimal): -12632891 or 12926015. OLE color: 12926015.

HSL color Cylindrical-coordinate representation of color #3F3CC5: hue angle of 241.31º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F3CC5 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 60 197 -
CMYK 0.68 0.70 0 0.23
HSL 241.31º 0.54% 0.5% -
HSV(B) 241.31º 0.7% 0.77% -
XYZ 13.74 8.32 53.7 -
YUV 76.52 195.99 118.36 -
System Red Green Blue C M Y K H S L
Decimal 63 60 197 0.68 0.70 0 0.23 241.31 0.54 0.5
Hex 3F 3C C5 44 46 0 17 F1 36 32
Octal 77 74 305 104 106 0 27 361 66 62
Binary 111111 111100 11000101 1000100 1000110 0 10111 11110001 110110 110010

Color Harmonies of #3F3CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3CC5

Black with #3F3CC5

Text Example


Text Example

White with #3F3CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,60,197); }

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

background-color css

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

 a { background-color: rgb(63,60,197); }

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

border-color css

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

 span { border-color: rgb(63,60,197); }

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