Html Css Color HEX #3E3CBD Free Speech Blue

📋 copy color: '#3E3CBD'

red 62 ◦ green 60 ◦ blue 189

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

Shades of Free Speech Blue #3E3CBD

Tints of Free Speech Blue #3E3CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 19.94%
G = 19.29%
B = 60.77%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E3CBD (or 0x3E3CBD) is known color: Free Speech Blue. HEX triplet: 3E, 3C and BD. RGB value is (62,60,189). Sum of RGB (Red+Green+Blue) = 62+60+189=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E3CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3CBD is #C1C342. Grayscale: #4A4A4A. Windows color (decimal): -12698435 or 12401726. OLE color: 12401726.

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

Color convert

RGB 62 60 189 -
CMYK 0.67 0.68 0 0.26
HSL 240.93º 0.52% 0.49% -
HSV(B) 240.93º 0.68% 0.74% -
XYZ 12.79 7.93 49 -
YUV 75.3 192.16 118.51 -
System Red Green Blue C M Y K H S L
Decimal 62 60 189 0.67 0.68 0 0.26 240.93 0.52 0.49
Hex 3E 3C BD 43 44 0 1A F1 34 31
Octal 76 74 275 103 104 0 32 361 64 61
Binary 111110 111100 10111101 1000011 1000100 0 11010 11110001 110100 110001

Color Harmonies of #3E3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3CBD

Black with #3E3CBD

Text Example


Text Example

White with #3E3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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