Html Css Color HEX #3C3EBA Free Speech Blue

📋 copy color: '#3C3EBA'

red 60 ◦ green 62 ◦ blue 186

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

Shades of Free Speech Blue #3C3EBA

Tints of Free Speech Blue #3C3EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 19.48%
G = 20.13%
B = 60.39%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C3EBA (or 0x3C3EBA) is known color: Free Speech Blue. HEX triplet: 3C, 3E and BA. RGB value is (60,62,186). Sum of RGB (Red+Green+Blue) = 60+62+186=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C3EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3EBA is #C3C145. Grayscale: #4B4B4B. Windows color (decimal): -12828998 or 12205628. OLE color: 12205628.

HSL color Cylindrical-coordinate representation of color #3C3EBA: hue angle of 239.05º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C3EBA is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 62 186 -
CMYK 0.68 0.67 0 0.27
HSL 239.05º 0.51% 0.48% -
HSV(B) 239.05º 0.68% 0.73% -
XYZ 12.45 7.95 47.33 -
YUV 75.54 190.34 116.92 -
System Red Green Blue C M Y K H S L
Decimal 60 62 186 0.68 0.67 0 0.27 239.05 0.51 0.48
Hex 3C 3E BA 44 43 0 1B EF 33 30
Octal 74 76 272 104 103 0 33 357 63 60
Binary 111100 111110 10111010 1000100 1000011 0 11011 11101111 110011 110000

Color Harmonies of #3C3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3EBA

Black with #3C3EBA

Text Example


Text Example

White with #3C3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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