Html Css Color HEX #3E68BC Free Speech Blue

📋 copy color: '#3E68BC'

red 62 ◦ green 104 ◦ blue 188

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

Shades of Free Speech Blue #3E68BC

Tints of Free Speech Blue #3E68BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 17.51%
G = 29.38%
B = 53.11%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E68BC (or 0x3E68BC) is known color: Free Speech Blue. HEX triplet: 3E, 68 and BC. RGB value is (62,104,188). Sum of RGB (Red+Green+Blue) = 62+104+188=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E68BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E68BC is #C19743. Grayscale: #646464. Windows color (decimal): -12687172 or 12347454. OLE color: 12347454.

HSL color Cylindrical-coordinate representation of color #3E68BC: hue angle of 220º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E68BC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 104 188 -
CMYK 0.67 0.45 0 0.26
HSL 220º 0.5% 0.49% -
HSV(B) 220º 0.67% 0.74% -
XYZ 16.01 14.56 49.54 -
YUV 101.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 62 104 188 0.67 0.45 0 0.26 220 0.5 0.49
Hex 3E 68 BC 43 2D 0 1A DC 32 31
Octal 76 150 274 103 55 0 32 334 62 61
Binary 111110 1101000 10111100 1000011 101101 0 11010 11011100 110010 110001

Color Harmonies of #3E68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E68BC

Black with #3E68BC

Text Example


Text Example

White with #3E68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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