Html Css Color HEX #3E4ADD Free Speech Blue

📋 copy color: '#3E4ADD'

red 62 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #3E4ADD

Tints of Free Speech Blue #3E4ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

 BLUE value IS 221 (86.72% from 255) = 61.9%

R = 17.37%
G = 20.73%
B = 61.9%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E4ADD (or 0x3E4ADD) is known color: Free Speech Blue. HEX triplet: 3E, 4A and DD. RGB value is (62,74,221). Sum of RGB (Red+Green+Blue) = 62+74+221=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E4ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4ADD is #C1B522. Grayscale: #565656. Windows color (decimal): -12694819 or 14502462. OLE color: 14502462.

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

Color convert

RGB 62 74 221 -
CMYK 0.72 0.67 0 0.13
HSL 235.47º 0.7% 0.55% -
HSV(B) 235.47º 0.72% 0.87% -
XYZ 17.49 11.14 69.64 -
YUV 87.17 203.52 110.05 -
System Red Green Blue C M Y K H S L
Decimal 62 74 221 0.72 0.67 0 0.13 235.47 0.7 0.55
Hex 3E 4A DD 48 43 0 D EB 46 37
Octal 76 112 335 110 103 0 15 353 106 67
Binary 111110 1001010 11011101 1001000 1000011 0 1101 11101011 1000110 110111

Color Harmonies of #3E4ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4ADD

Black with #3E4ADD

Text Example


Text Example

White with #3E4ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,74,221); }

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

background-color css

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

 a { background-color: rgb(62,74,221); }

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

border-color css

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

 span { border-color: rgb(62,74,221); }

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