#3E5CBB

Color #3E5CBB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3E5CBB

Tints of Free Speech Blue #3E5CBB

Color information

#3E5CBB (or 0x3E5CBB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 5C and BB. RGB value is (62,92,187). Sum of RGB (Red+Green+Blue) = 62+92+187=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E5CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5CBB is #C1A344. Grayscale: #5D5D5D. Windows color (decimal): -12690245 or 12278846. OLE color: 12278846.

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

Color convert

RGB6292187-
CMYK0.670.5100.27
HSL225.6º50.2%48.82%-
HSV(B)225.6º66.84%73.33%-
XYZ14.7812.2748.6-
YUV93.86180.56105.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.18%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 187 (73.44% from 255) = 54.84%
R=18.18%
G=26.98%
B=54.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62921870.670.5100.27225.650.248.82
Hex3E5CBB433301Be23231
Octal76134273103630333426261
Binary111110101110010111011100001111001101101111100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E5CBB;
 }
 .AnyTagClassName
 {
   color: #3E5CBB;
 }
</style>
background-color css

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

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

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

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

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

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