#3C5DBE

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

Shades of Free Speech Blue #3C5DBE

Tints of Free Speech Blue #3C5DBE

Color information

#3C5DBE (or 0x3C5DBE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 5D and BE. RGB value is (60,93,190). Sum of RGB (Red+Green+Blue) = 60+93+190=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C5DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DBE is #C3A241. Grayscale: #5D5D5D. Windows color (decimal): -12821058 or 12475708. OLE color: 12475708.

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

Color convert

RGB6093190-
CMYK0.680.5100.25
HSL224.77º52%49.02%-
HSV(B)224.77º68.42%74.51%-
XYZ15.0712.5150.33-
YUV94.19182.07103.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.49%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=17.49%
G=27.11%
B=55.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60931900.680.5100.25224.775249.02
Hex3C5DBE4433019e13431
Octal74135276104630313416461
Binary111100101110110111110100010011001101100111100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,93,190); }

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

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

 a { background-color: rgb(60,93,190); }

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

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

 span { border-color: rgb(60,93,190); }

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