#3D4DBA

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

Shades of Free Speech Blue #3D4DBA

Tints of Free Speech Blue #3D4DBA

Color information

#3D4DBA (or 0x3D4DBA) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4D and BA. RGB value is (61,77,186). Sum of RGB (Red+Green+Blue) = 61+77+186=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4DBA is #C2B245. Grayscale: #545454. Windows color (decimal): -12759622 or 12209469. OLE color: 12209469.

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

Color convert

RGB6177186-
CMYK0.670.5900.27
HSL232.32º50.61%48.43%-
HSV(B)232.32º67.2%72.94%-
XYZ13.449.8547.65-
YUV84.64185.2111.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=18.83%
G=23.77%
B=57.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61771860.670.5900.27232.3250.6148.43
Hex3D4DBA433B01Be83330
Octal75115272103730333506360
Binary111101100110110111010100001111101101101111101000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,77,186); }

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

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

 a { background-color: rgb(61,77,186); }

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

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

 span { border-color: rgb(61,77,186); }

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