#3D4BAD

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

Shades of Free Speech Blue #3D4BAD

Tints of Free Speech Blue #3D4BAD

Color information

#3D4BAD (or 0x3D4BAD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4B and AD. RGB value is (61,75,173). Sum of RGB (Red+Green+Blue) = 61+75+173=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D4BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4BAD is #C2B452. Grayscale: #515151. Windows color (decimal): -12760147 or 11356989. OLE color: 11356989.

HSL color Cylindrical-coordinate representation of color #3D4BAD: hue angle of 232.5º 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 #3D4BAD is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6175173-
CMYK0.650.5700.32
HSL232.5º47.86%45.88%-
HSV(B)232.5º64.74%67.84%-
XYZ11.989.0440.65-
YUV81.99179.36113.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=19.74%
G=24.27%
B=55.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61751730.650.5700.32232.547.8645.88
Hex3D4BAD4139020e8302e
Octal75113255101710403506056
Binary1111011001011101011011000001111001010000011101000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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