Html Css Color HEX #3C3EBB Free Speech Blue

📋 copy color: '#3C3EBB'

red 60 ◦ green 62 ◦ blue 187

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

Shades of Free Speech Blue #3C3EBB

Tints of Free Speech Blue #3C3EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.52%

R = 19.42%
G = 20.06%
B = 60.52%

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

#3C3EBB (or 0x3C3EBB) is known color: Free Speech Blue. HEX triplet: 3C, 3E and BB. RGB value is (60,62,187). Sum of RGB (Red+Green+Blue) = 60+62+187=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C3EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3EBB is #C3C144. Grayscale: #4B4B4B. Windows color (decimal): -12828997 or 12271164. OLE color: 12271164.

HSL color Cylindrical-coordinate representation of color #3C3EBB: hue angle of 239.06º 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 #3C3EBB is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 62 187 -
CMYK 0.68 0.67 0 0.27
HSL 239.06º 0.51% 0.48% -
HSV(B) 239.06º 0.68% 0.73% -
XYZ 12.56 7.99 47.89 -
YUV 75.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 60 62 187 0.68 0.67 0 0.27 239.06 0.51 0.48
Hex 3C 3E BB 44 43 0 1B EF 33 30
Octal 74 76 273 104 103 0 33 357 63 60
Binary 111100 111110 10111011 1000100 1000011 0 11011 11101111 110011 110000

Color Harmonies of #3C3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3EBB

Black with #3C3EBB

Text Example


Text Example

White with #3C3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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