Html Css Color HEX #3C3EBE Free Speech Blue

📋 copy color: '#3C3EBE'

red 60 ◦ green 62 ◦ blue 190

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

Shades of Free Speech Blue #3C3EBE

Tints of Free Speech Blue #3C3EBE

RGB

 RED value IS 60 (23.83% from 255) = 19.23%

 GREEN value IS 62 (24.61% from 255) = 19.87%

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 19.23%
G = 19.87%
B = 60.9%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C3EBE (or 0x3C3EBE) is known color: Free Speech Blue. HEX triplet: 3C, 3E and BE. RGB value is (60,62,190). Sum of RGB (Red+Green+Blue) = 60+62+190=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C3EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3EBE is #C3C141. Grayscale: #4B4B4B. Windows color (decimal): -12828994 or 12467772. OLE color: 12467772.

HSL color Cylindrical-coordinate representation of color #3C3EBE: hue angle of 239.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C3EBE is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 62 190 -
CMYK 0.68 0.67 0 0.25
HSL 239.08º 0.52% 0.49% -
HSV(B) 239.08º 0.68% 0.75% -
XYZ 12.88 8.12 49.6 -
YUV 75.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 60 62 190 0.68 0.67 0 0.25 239.08 0.52 0.49
Hex 3C 3E BE 44 43 0 19 EF 34 31
Octal 74 76 276 104 103 0 31 357 64 61
Binary 111100 111110 10111110 1000100 1000011 0 11001 11101111 110100 110001

Color Harmonies of #3C3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3EBE

Black with #3C3EBE

Text Example


Text Example

White with #3C3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,62,190); }

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

background-color css

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

 a { background-color: rgb(60,62,190); }

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

border-color css

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

 span { border-color: rgb(60,62,190); }

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