Html Css Color HEX #3C3EBF Free Speech Blue

📋 copy color: '#3C3EBF'

red 60 ◦ green 62 ◦ blue 191

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

Shades of Free Speech Blue #3C3EBF

Tints of Free Speech Blue #3C3EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.02%

R = 19.17%
G = 19.81%
B = 61.02%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C3EBF (or 0x3C3EBF) is known color: Free Speech Blue. HEX triplet: 3C, 3E and BF. RGB value is (60,62,191). Sum of RGB (Red+Green+Blue) = 60+62+191=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C3EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3EBF is #C3C140. Grayscale: #4B4B4B. Windows color (decimal): -12828993 or 12533308. OLE color: 12533308.

HSL color Cylindrical-coordinate representation of color #3C3EBF: 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.69%. Process color model (Four color, CMYK) of #3C3EBF is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 62 191 -
CMYK 0.69 0.68 0 0.25
HSL 239.08º 0.52% 0.49% -
HSV(B) 239.08º 0.69% 0.75% -
XYZ 12.99 8.17 50.18 -
YUV 76.11 192.84 116.51 -
System Red Green Blue C M Y K H S L
Decimal 60 62 191 0.69 0.68 0 0.25 239.08 0.52 0.49
Hex 3C 3E BF 45 44 0 19 EF 34 31
Octal 74 76 277 105 104 0 31 357 64 61
Binary 111100 111110 10111111 1000101 1000100 0 11001 11101111 110100 110001

Color Harmonies of #3C3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3EBF

Black with #3C3EBF

Text Example


Text Example

White with #3C3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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