#3D50DC

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

Shades of Free Speech Blue #3D50DC

Tints of Free Speech Blue #3D50DC

Color information

#3D50DC (or 0x3D50DC) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 50 and DC. RGB value is (61,80,220). Sum of RGB (Red+Green+Blue) = 61+80+220=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D50DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50DC is #C2AF23. Grayscale: #595959. Windows color (decimal): -12758820 or 14438461. OLE color: 14438461.

HSL color Cylindrical-coordinate representation of color #3D50DC: hue angle of 232.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D50DC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6180220-
CMYK0.720.6400.14
HSL232.83º69.43%55.1%-
HSV(B)232.83º72.27%86.27%-
XYZ17.7111.969.07-
YUV90.28201.21107.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.90%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 220 (86.33% from 255) = 60.94%
R=16.90%
G=22.16%
B=60.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61802200.720.6400.14232.8369.4355.1
Hex3D50DC48400Ee94537
Octal7512033411010001635110567
Binary1111011010000110111001001000100000001110111010011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D50DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,220); }

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

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

 a { background-color: rgb(61,80,220); }

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

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

 span { border-color: rgb(61,80,220); }

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