#3E60CF

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

Shades of Free Speech Blue #3E60CF

Tints of Free Speech Blue #3E60CF

Color information

#3E60CF (or 0x3E60CF) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 60 and CF. RGB value is (62,96,207). Sum of RGB (Red+Green+Blue) = 62+96+207=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E60CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E60CF is #C19F30. Grayscale: #626262. Windows color (decimal): -12689201 or 13590590. OLE color: 13590590.

HSL color Cylindrical-coordinate representation of color #3E60CF: hue angle of 225.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E60CF is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6296207-
CMYK0.700.5400.19
HSL225.93º60.17%52.75%-
HSV(B)225.93º70.05%81.18%-
XYZ17.4313.8960.79-
YUV98.49189.24101.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.99%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=16.99%
G=26.30%
B=56.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal62962070.700.5400.19225.9360.1752.75
Hex3E60CF4636013e23c35
Octal76140317106660233427465
Binary111110110000011001111100011011011001001111100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E60CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,207); }

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

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

 a { background-color: rgb(62,96,207); }

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

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

 span { border-color: rgb(62,96,207); }

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