#3D5EBB

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

Shades of Free Speech Blue #3D5EBB

Tints of Free Speech Blue #3D5EBB

Color information

#3D5EBB (or 0x3D5EBB) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5E and BB. RGB value is (61,94,187). Sum of RGB (Red+Green+Blue) = 61+94+187=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D5EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5EBB is #C2A144. Grayscale: #5E5E5E. Windows color (decimal): -12755269 or 12279357. OLE color: 12279357.

HSL color Cylindrical-coordinate representation of color #3D5EBB: hue angle of 224.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D5EBB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6194187-
CMYK0.670.5000.27
HSL224.29º50.81%48.63%-
HSV(B)224.29º67.38%73.33%-
XYZ14.912.5948.66-
YUV94.74180.07103.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.84%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 187 (73.44% from 255) = 54.68%
R=17.84%
G=27.49%
B=54.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61941870.670.5000.27224.2950.8148.63
Hex3D5EBB433201Be03331
Octal75136273103620333406361
Binary111101101111010111011100001111001001101111100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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