#3E5CBF

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

Shades of Free Speech Blue #3E5CBF

Tints of Free Speech Blue #3E5CBF

Color information

#3E5CBF (or 0x3E5CBF) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 5C and BF. RGB value is (62,92,191). Sum of RGB (Red+Green+Blue) = 62+92+191=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E5CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5CBF is #C1A340. Grayscale: #5D5D5D. Windows color (decimal): -12690241 or 12540990. OLE color: 12540990.

HSL color Cylindrical-coordinate representation of color #3E5CBF: hue angle of 226.05º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E5CBF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6292191-
CMYK0.680.5200.25
HSL226.05º50.99%49.61%-
HSV(B)226.05º67.54%74.9%-
XYZ15.2212.4450.89-
YUV94.32182.56104.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.97%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 191 (75% from 255) = 55.36%
R=17.97%
G=26.67%
B=55.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62921910.680.5200.25226.0550.9949.61
Hex3E5CBF4434019e23332
Octal76134277104640313426362
Binary111110101110010111111100010011010001100111100010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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