#3D5DB5

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

Shades of Free Speech Blue #3D5DB5

Tints of Free Speech Blue #3D5DB5

Color information

#3D5DB5 (or 0x3D5DB5) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5D and B5. RGB value is (61,93,181). Sum of RGB (Red+Green+Blue) = 61+93+181=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #3D5DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5DB5 is #C2A24A. Grayscale: #5D5D5D. Windows color (decimal): -12755531 or 11885885. OLE color: 11885885.

HSL color Cylindrical-coordinate representation of color #3D5DB5: hue angle of 224º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D5DB5 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6193181-
CMYK0.660.4900.29
HSL224º49.59%47.45%-
HSV(B)224º66.3%70.98%-
XYZ14.1812.1645.32-
YUV93.46177.4104.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 181 (71.09% from 255) = 54.03%
R=18.21%
G=27.76%
B=54.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61931810.660.4900.2922449.5947.45
Hex3D5DB5423101De0322f
Octal75135265102610353406257
Binary111101101110110110101100001011000101110111100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,93,181); }

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

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

 a { background-color: rgb(61,93,181); }

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

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

 span { border-color: rgb(61,93,181); }

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