Html Css Color HEX #3E3BBC Free Speech Blue

📋 copy color: '#3E3BBC'

red 62 ◦ green 59 ◦ blue 188

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

Shades of Free Speech Blue #3E3BBC

Tints of Free Speech Blue #3E3BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.09%

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 20.06%
G = 19.09%
B = 60.84%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E3BBC (or 0x3E3BBC) is known color: Free Speech Blue. HEX triplet: 3E, 3B and BC. RGB value is (62,59,188). Sum of RGB (Red+Green+Blue) = 62+59+188=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E3BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3BBC is #C1C443. Grayscale: #4A4A4A. Windows color (decimal): -12698692 or 12335934. OLE color: 12335934.

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

Color convert

RGB 62 59 188 -
CMYK 0.67 0.69 0 0.26
HSL 241.4º 0.52% 0.48% -
HSV(B) 241.4º 0.69% 0.74% -
XYZ 12.63 7.78 48.41 -
YUV 74.6 191.99 119.01 -
System Red Green Blue C M Y K H S L
Decimal 62 59 188 0.67 0.69 0 0.26 241.4 0.52 0.48
Hex 3E 3B BC 43 45 0 1A F1 34 30
Octal 76 73 274 103 105 0 32 361 64 60
Binary 111110 111011 10111100 1000011 1000101 0 11010 11110001 110100 110000

Color Harmonies of #3E3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3BBC

Black with #3E3BBC

Text Example


Text Example

White with #3E3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,59,188); }

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

background-color css

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

 a { background-color: rgb(62,59,188); }

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

border-color css

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

 span { border-color: rgb(62,59,188); }

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