Html Css Color HEX #3E41DF Free Speech Blue

📋 copy color: '#3E41DF'

red 62 ◦ green 65 ◦ blue 223

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

Shades of Free Speech Blue #3E41DF

Tints of Free Speech Blue #3E41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 17.71%
G = 18.57%
B = 63.71%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E41DF (or 0x3E41DF) is known color: Free Speech Blue. HEX triplet: 3E, 41 and DF. RGB value is (62,65,223). Sum of RGB (Red+Green+Blue) = 62+65+223=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E41DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41DF is #C1BE20. Grayscale: #515151. Windows color (decimal): -12697121 or 14631230. OLE color: 14631230.

HSL color Cylindrical-coordinate representation of color #3E41DF: hue angle of 238.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E41DF is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 65 223 -
CMYK 0.72 0.71 0 0.13
HSL 238.88º 0.72% 0.56% -
HSV(B) 238.88º 0.72% 0.87% -
XYZ 17.2 10.13 70.86 -
YUV 82.12 207.51 113.65 -
System Red Green Blue C M Y K H S L
Decimal 62 65 223 0.72 0.71 0 0.13 238.88 0.72 0.56
Hex 3E 41 DF 48 47 0 D EF 48 38
Octal 76 101 337 110 107 0 15 357 110 70
Binary 111110 1000001 11011111 1001000 1000111 0 1101 11101111 1001000 111000

Color Harmonies of #3E41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E41DF

Black with #3E41DF

Text Example


Text Example

White with #3E41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,65,223); }

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

background-color css

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

 a { background-color: rgb(62,65,223); }

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

border-color css

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

 span { border-color: rgb(62,65,223); }

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