#3D4CAD

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

Shades of Free Speech Blue #3D4CAD

Tints of Free Speech Blue #3D4CAD

Color information

#3D4CAD (or 0x3D4CAD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4C and AD. RGB value is (61,76,173). Sum of RGB (Red+Green+Blue) = 61+76+173=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D4CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4CAD is #C2B352. Grayscale: #525252. Windows color (decimal): -12759891 or 11357245. OLE color: 11357245.

HSL color Cylindrical-coordinate representation of color #3D4CAD: hue angle of 231.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D4CAD is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6176173-
CMYK0.650.5600.32
HSL231.96º47.86%45.88%-
HSV(B)231.96º64.74%67.84%-
XYZ12.059.1840.67-
YUV82.57179.03112.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.68%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=19.68%
G=24.52%
B=55.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61761730.650.5600.32231.9647.8645.88
Hex3D4CAD4138020e8302e
Octal75114255101700403506056
Binary1111011001100101011011000001111000010000011101000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,76,173); }

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

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

 a { background-color: rgb(61,76,173); }

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

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

 span { border-color: rgb(61,76,173); }

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