Html Css Color HEX #3E4BD5 Free Speech Blue

📋 copy color: '#3E4BD5'

red 62 ◦ green 75 ◦ blue 213

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

Shades of Free Speech Blue #3E4BD5

Tints of Free Speech Blue #3E4BD5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 213 (83.59% from 255) = 60.86%

R = 17.71%
G = 21.43%
B = 60.86%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3E4BD5 (or 0x3E4BD5) is known color: Free Speech Blue. HEX triplet: 3E, 4B and D5. RGB value is (62,75,213). Sum of RGB (Red+Green+Blue) = 62+75+213=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 213 (83.59% from 255 or 60.86% from 350); Max value from RGB is 213 - color contains mainly: blue. Hex color #3E4BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4BD5 is #C1B42A. Grayscale: #565656. Windows color (decimal): -12694571 or 13978430. OLE color: 13978430.

HSL color Cylindrical-coordinate representation of color #3E4BD5: hue angle of 234.83º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E4BD5 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 62 75 213 -
CMYK 0.71 0.65 0 0.16
HSL 234.83º 0.64% 0.54% -
HSV(B) 234.83º 0.71% 0.84% -
XYZ 16.51 10.86 64.18 -
YUV 86.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 62 75 213 0.71 0.65 0 0.16 234.83 0.64 0.54
Hex 3E 4B D5 47 41 0 10 EB 40 36
Octal 76 113 325 107 101 0 20 353 100 66
Binary 111110 1001011 11010101 1000111 1000001 0 10000 11101011 1000000 110110

Color Harmonies of #3E4BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4BD5

Black with #3E4BD5

Text Example


Text Example

White with #3E4BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,75,213); }

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

background-color css

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

 a { background-color: rgb(62,75,213); }

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

border-color css

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

 span { border-color: rgb(62,75,213); }

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