Html Css Color HEX #3E68C4 Free Speech Blue

📋 copy color: '#3E68C4'

red 62 ◦ green 104 ◦ blue 196

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

Shades of Free Speech Blue #3E68C4

Tints of Free Speech Blue #3E68C4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 196 (76.95% from 255) = 54.14%

R = 17.13%
G = 28.73%
B = 54.14%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3E68C4 (or 0x3E68C4) is known color: Free Speech Blue. HEX triplet: 3E, 68 and C4. RGB value is (62,104,196). Sum of RGB (Red+Green+Blue) = 62+104+196=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #3E68C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E68C4 is #C1973B. Grayscale: #656565. Windows color (decimal): -12687164 or 12871742. OLE color: 12871742.

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

Color convert

RGB 62 104 196 -
CMYK 0.68 0.47 0 0.23
HSL 221.19º 0.53% 0.51% -
HSV(B) 221.19º 0.68% 0.77% -
XYZ 16.9 14.91 54.21 -
YUV 101.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 62 104 196 0.68 0.47 0 0.23 221.19 0.53 0.51
Hex 3E 68 C4 44 2F 0 17 DD 35 33
Octal 76 150 304 104 57 0 27 335 65 63
Binary 111110 1101000 11000100 1000100 101111 0 10111 11011101 110101 110011

Color Harmonies of #3E68C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E68C4

Black with #3E68C4

Text Example


Text Example

White with #3E68C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,104,196); }

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

background-color css

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

 a { background-color: rgb(62,104,196); }

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

border-color css

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

 span { border-color: rgb(62,104,196); }

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