#3D5ECF

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

Shades of Free Speech Blue #3D5ECF

Tints of Free Speech Blue #3D5ECF

Color information

#3D5ECF (or 0x3D5ECF) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5E and CF. RGB value is (61,94,207). Sum of RGB (Red+Green+Blue) = 61+94+207=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D5ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5ECF is #C2A130. Grayscale: #606060. Windows color (decimal): -12755249 or 13590077. OLE color: 13590077.

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

Color convert

RGB6194207-
CMYK0.710.5500.19
HSL226.44º60.33%52.55%-
HSV(B)226.44º70.53%81.18%-
XYZ17.1913.560.73-
YUV97.02190.07102.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.85%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 207 (81.25% from 255) = 57.18%
R=16.85%
G=25.97%
B=57.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal61942070.710.5500.19226.4460.3352.55
Hex3D5ECF4737013e23c35
Octal75136317107670233427465
Binary111101101111011001111100011111011101001111100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,94,207); }

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

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

 a { background-color: rgb(61,94,207); }

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

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

 span { border-color: rgb(61,94,207); }

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