Html Css Color HEX #3E64CD Free Speech Blue

📋 copy color: '#3E64CD'

red 62 ◦ green 100 ◦ blue 205

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

Shades of Free Speech Blue #3E64CD

Tints of Free Speech Blue #3E64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 16.89%
G = 27.25%
B = 55.86%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E64CD (or 0x3E64CD) is known color: Free Speech Blue. HEX triplet: 3E, 64 and CD. RGB value is (62,100,205). Sum of RGB (Red+Green+Blue) = 62+100+205=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E64CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E64CD is #C19B32. Grayscale: #646464. Windows color (decimal): -12688179 or 13460542. OLE color: 13460542.

HSL color Cylindrical-coordinate representation of color #3E64CD: hue angle of 224.06º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E64CD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 100 205 -
CMYK 0.70 0.51 0 0.20
HSL 224.06º 0.59% 0.52% -
HSV(B) 224.06º 0.7% 0.8% -
XYZ 17.56 14.55 59.64 -
YUV 100.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 62 100 205 0.70 0.51 0 0.20 224.06 0.59 0.52
Hex 3E 64 CD 46 33 0 14 E0 3B 34
Octal 76 144 315 106 63 0 24 340 73 64
Binary 111110 1100100 11001101 1000110 110011 0 10100 11100000 111011 110100

Color Harmonies of #3E64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E64CD

Black with #3E64CD

Text Example


Text Example

White with #3E64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,100,205); }

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

background-color css

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

 a { background-color: rgb(62,100,205); }

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

border-color css

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

 span { border-color: rgb(62,100,205); }

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