Html Css Color HEX #3E65CD Free Speech Blue

📋 copy color: '#3E65CD'

red 62 ◦ green 101 ◦ blue 205

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

Shades of Free Speech Blue #3E65CD

Tints of Free Speech Blue #3E65CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 16.85%
G = 27.45%
B = 55.71%

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

#3E65CD (or 0x3E65CD) is known color: Free Speech Blue. HEX triplet: 3E, 65 and CD. RGB value is (62,101,205). Sum of RGB (Red+Green+Blue) = 62+101+205=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E65CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E65CD is #C19A32. Grayscale: #646464. Windows color (decimal): -12687923 or 13460798. OLE color: 13460798.

HSL color Cylindrical-coordinate representation of color #3E65CD: hue angle of 223.64º 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 #3E65CD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 101 205 -
CMYK 0.70 0.51 0 0.20
HSL 223.64º 0.59% 0.52% -
HSV(B) 223.64º 0.7% 0.8% -
XYZ 17.66 14.74 59.67 -
YUV 101.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 62 101 205 0.70 0.51 0 0.20 223.64 0.59 0.52
Hex 3E 65 CD 46 33 0 14 E0 3B 34
Octal 76 145 315 106 63 0 24 340 73 64
Binary 111110 1100101 11001101 1000110 110011 0 10100 11100000 111011 110100

Color Harmonies of #3E65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E65CD

Black with #3E65CD

Text Example


Text Example

White with #3E65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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