Html Css Color HEX #3E3CB1 Free Speech Blue

📋 copy color: '#3E3CB1'

red 62 ◦ green 60 ◦ blue 177

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

Shades of Free Speech Blue #3E3CB1

Tints of Free Speech Blue #3E3CB1

RGB

 RED value IS 62 (24.61% from 255) = 20.74%

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

 BLUE value IS 177 (69.53% from 255) = 59.2%

R = 20.74%
G = 20.07%
B = 59.2%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3E3CB1 (or 0x3E3CB1) is known color: Free Speech Blue. HEX triplet: 3E, 3C and B1. RGB value is (62,60,177). Sum of RGB (Red+Green+Blue) = 62+60+177=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 177 (69.53% from 255 or 59.20% from 299); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E3CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3CB1 is #C1C34E. Grayscale: #494949. Windows color (decimal): -12698447 or 11615294. OLE color: 11615294.

HSL color Cylindrical-coordinate representation of color #3E3CB1: hue angle of 241.03º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3CB1 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 62 60 177 -
CMYK 0.65 0.66 0 0.31
HSL 241.03º 0.49% 0.46% -
HSV(B) 241.03º 0.66% 0.69% -
XYZ 11.54 7.43 42.42 -
YUV 73.94 186.16 119.49 -
System Red Green Blue C M Y K H S L
Decimal 62 60 177 0.65 0.66 0 0.31 241.03 0.49 0.46
Hex 3E 3C B1 41 42 0 1F F1 31 2E
Octal 76 74 261 101 102 0 37 361 61 56
Binary 111110 111100 10110001 1000001 1000010 0 11111 11110001 110001 101110

Color Harmonies of #3E3CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3CB1

Black with #3E3CB1

Text Example


Text Example

White with #3E3CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,60,177); }

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

background-color css

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

 a { background-color: rgb(62,60,177); }

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

border-color css

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

 span { border-color: rgb(62,60,177); }

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