#3C5CBE

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

Shades of Free Speech Blue #3C5CBE

Tints of Free Speech Blue #3C5CBE

Color information

#3C5CBE (or 0x3C5CBE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 5C and BE. RGB value is (60,92,190). Sum of RGB (Red+Green+Blue) = 60+92+190=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C5CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5CBE is #C3A341. Grayscale: #5D5D5D. Windows color (decimal): -12821314 or 12475452. OLE color: 12475452.

HSL color Cylindrical-coordinate representation of color #3C5CBE: hue angle of 225.23º 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 #3C5CBE is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6092190-
CMYK0.680.5200.25
HSL225.23º52%49.02%-
HSV(B)225.23º68.42%74.51%-
XYZ14.9812.3350.31-
YUV93.6182.4104.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=17.54%
G=26.90%
B=55.56%

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
Decimal60921900.680.5200.25225.235249.02
Hex3C5CBE4434019e13431
Octal74134276104640313416461
Binary111100101110010111110100010011010001100111100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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