#3D48DA

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

Shades of Free Speech Blue #3D48DA

Tints of Free Speech Blue #3D48DA

Color information

#3D48DA (or 0x3D48DA) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 48 and DA. RGB value is (61,72,218). Sum of RGB (Red+Green+Blue) = 61+72+218=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D48DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D48DA is #C2B725. Grayscale: #545454. Windows color (decimal): -12760870 or 14305341. OLE color: 14305341.

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

Color convert

RGB6172218-
CMYK0.720.6700.15
HSL235.8º67.97%54.71%-
HSV(B)235.8º72.02%85.49%-
XYZ16.910.6967.5-
YUV85.36202.86110.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.38%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 218 (85.55% from 255) = 62.11%
R=17.38%
G=20.51%
B=62.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61722180.720.6700.15235.867.9754.71
Hex3D48DA48430Fec4437
Octal7511033211010301735410467
Binary1111011001000110110101001000100001101111111011001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D48DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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