#3D48DD

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

Shades of Free Speech Blue #3D48DD

Tints of Free Speech Blue #3D48DD

Color information

#3D48DD (or 0x3D48DD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 48 and DD. RGB value is (61,72,221). Sum of RGB (Red+Green+Blue) = 61+72+221=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D48DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D48DD is #C2B722. Grayscale: #555555. Windows color (decimal): -12760867 or 14501949. OLE color: 14501949.

HSL color Cylindrical-coordinate representation of color #3D48DD: hue angle of 235.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D48DD is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6172221-
CMYK0.720.6700.13
HSL235.88º70.18%55.29%-
HSV(B)235.88º72.4%86.67%-
XYZ17.2910.8569.59-
YUV85.7204.36110.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.23%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 221 (86.72% from 255) = 62.43%
R=17.23%
G=20.34%
B=62.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61722210.720.6700.13235.8870.1855.29
Hex3D48DD48430Dec4637
Octal7511033511010301535410667
Binary1111011001000110111011001000100001101101111011001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D48DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,221); }

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

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

 a { background-color: rgb(61,72,221); }

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

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

 span { border-color: rgb(61,72,221); }

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