#3D59B8

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

Shades of Free Speech Blue #3D59B8

Tints of Free Speech Blue #3D59B8

Color information

#3D59B8 (or 0x3D59B8) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 59 and B8. RGB value is (61,89,184). Sum of RGB (Red+Green+Blue) = 61+89+184=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #3D59B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D59B8 is #C2A647. Grayscale: #5B5B5B. Windows color (decimal): -12756552 or 12081469. OLE color: 12081469.

HSL color Cylindrical-coordinate representation of color #3D59B8: hue angle of 226.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D59B8 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6189184-
CMYK0.670.5200.28
HSL226.34º50.2%48.04%-
HSV(B)226.34º66.85%72.16%-
XYZ14.1511.646.84-
YUV91.46180.22106.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 184 (72.27% from 255) = 55.09%
R=18.26%
G=26.65%
B=55.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61891840.670.5200.28226.3450.248.04
Hex3D59B8433401Ce23230
Octal75131270103640343426260
Binary111101101100110111000100001111010001110011100010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D59B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,89,184); }

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

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

 a { background-color: rgb(61,89,184); }

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

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

 span { border-color: rgb(61,89,184); }

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