Html Css Color HEX #3F3CCE Free Speech Blue

📋 copy color: '#3F3CCE'

red 63 ◦ green 60 ◦ blue 206

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

Shades of Free Speech Blue #3F3CCE

Tints of Free Speech Blue #3F3CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 19.15%
G = 18.24%
B = 62.61%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F3CCE (or 0x3F3CCE) is known color: Free Speech Blue. HEX triplet: 3F, 3C and CE. RGB value is (63,60,206). Sum of RGB (Red+Green+Blue) = 63+60+206=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F3CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3CCE is #C0C331. Grayscale: #4C4C4C. Windows color (decimal): -12632882 or 13515839. OLE color: 13515839.

HSL color Cylindrical-coordinate representation of color #3F3CCE: hue angle of 241.23º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F3CCE is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 60 206 -
CMYK 0.69 0.71 0 0.19
HSL 241.23º 0.6% 0.52% -
HSV(B) 241.23º 0.71% 0.81% -
XYZ 14.81 8.74 59.3 -
YUV 77.54 200.49 117.63 -
System Red Green Blue C M Y K H S L
Decimal 63 60 206 0.69 0.71 0 0.19 241.23 0.6 0.52
Hex 3F 3C CE 45 47 0 13 F1 3C 34
Octal 77 74 316 105 107 0 23 361 74 64
Binary 111111 111100 11001110 1000101 1000111 0 10011 11110001 111100 110100

Color Harmonies of #3F3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3CCE

Black with #3F3CCE

Text Example


Text Example

White with #3F3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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