Html Css Color HEX #3E4DC5 Free Speech Blue

📋 copy color: '#3E4DC5'

red 62 ◦ green 77 ◦ blue 197

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

Shades of Free Speech Blue #3E4DC5

Tints of Free Speech Blue #3E4DC5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

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

R = 18.45%
G = 22.92%
B = 58.63%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3E4DC5 (or 0x3E4DC5) is known color: Free Speech Blue. HEX triplet: 3E, 4D and C5. RGB value is (62,77,197). Sum of RGB (Red+Green+Blue) = 62+77+197=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 197 (77.34% from 255 or 58.63% from 336); Max value from RGB is 197 - color contains mainly: blue. Hex color #3E4DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DC5 is #C1B23A. Grayscale: #555555. Windows color (decimal): -12694075 or 12930366. OLE color: 12930366.

HSL color Cylindrical-coordinate representation of color #3E4DC5: hue angle of 233.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E4DC5 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 62 77 197 -
CMYK 0.69 0.61 0 0.23
HSL 233.33º 0.54% 0.51% -
HSV(B) 233.33º 0.69% 0.77% -
XYZ 14.72 10.36 54.05 -
YUV 86.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 62 77 197 0.69 0.61 0 0.23 233.33 0.54 0.51
Hex 3E 4D C5 45 3D 0 17 E9 36 33
Octal 76 115 305 105 75 0 27 351 66 63
Binary 111110 1001101 11000101 1000101 111101 0 10111 11101001 110110 110011

Color Harmonies of #3E4DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4DC5

Black with #3E4DC5

Text Example


Text Example

White with #3E4DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,77,197); }

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

background-color css

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

 a { background-color: rgb(62,77,197); }

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

border-color css

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

 span { border-color: rgb(62,77,197); }

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