Html Css Color HEX #3E5BBC Free Speech Blue

📋 copy color: '#3E5BBC'

red 62 ◦ green 91 ◦ blue 188

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

Shades of Free Speech Blue #3E5BBC

Tints of Free Speech Blue #3E5BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.69%

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

R = 18.18%
G = 26.69%
B = 55.13%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E5BBC (or 0x3E5BBC) is known color: Free Speech Blue. HEX triplet: 3E, 5B and BC. RGB value is (62,91,188). Sum of RGB (Red+Green+Blue) = 62+91+188=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BBC is #C1A443. Grayscale: #5C5C5C. Windows color (decimal): -12690500 or 12344126. OLE color: 12344126.

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

Color convert

RGB 62 91 188 -
CMYK 0.67 0.52 0 0.26
HSL 226.19º 0.5% 0.49% -
HSV(B) 226.19º 0.67% 0.74% -
XYZ 14.8 12.14 49.14 -
YUV 93.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 62 91 188 0.67 0.52 0 0.26 226.19 0.5 0.49
Hex 3E 5B BC 43 34 0 1A E2 32 31
Octal 76 133 274 103 64 0 32 342 62 61
Binary 111110 1011011 10111100 1000011 110100 0 11010 11100010 110010 110001

Color Harmonies of #3E5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5BBC

Black with #3E5BBC

Text Example


Text Example

White with #3E5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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