Html Css Color HEX #3E38D0 Free Speech Blue

📋 copy color: '#3E38D0'

red 62 ◦ green 56 ◦ blue 208

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

Shades of Free Speech Blue #3E38D0

Tints of Free Speech Blue #3E38D0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 208 (81.64% from 255) = 63.8%

R = 19.02%
G = 17.18%
B = 63.8%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3E38D0 (or 0x3E38D0) is known color: Free Speech Blue. HEX triplet: 3E, 38 and D0. RGB value is (62,56,208). Sum of RGB (Red+Green+Blue) = 62+56+208=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #3E38D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38D0 is #C1C72F. Grayscale: #4A4A4A. Windows color (decimal): -12699440 or 13645886. OLE color: 13645886.

HSL color Cylindrical-coordinate representation of color #3E38D0: hue angle of 242.37º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E38D0 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 62 56 208 -
CMYK 0.70 0.73 0 0.18
HSL 242.37º 0.62% 0.52% -
HSV(B) 242.37º 0.73% 0.82% -
XYZ 14.79 8.41 60.52 -
YUV 75.12 202.99 118.64 -
System Red Green Blue C M Y K H S L
Decimal 62 56 208 0.70 0.73 0 0.18 242.37 0.62 0.52
Hex 3E 38 D0 46 49 0 12 F2 3E 34
Octal 76 70 320 106 111 0 22 362 76 64
Binary 111110 111000 11010000 1000110 1001001 0 10010 11110010 111110 110100

Color Harmonies of #3E38D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E38D0

Black with #3E38D0

Text Example


Text Example

White with #3E38D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,208); }

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

background-color css

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

 a { background-color: rgb(62,56,208); }

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

border-color css

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

 span { border-color: rgb(62,56,208); }

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