#3D5BB8

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

Shades of Free Speech Blue #3D5BB8

Tints of Free Speech Blue #3D5BB8

Color information

#3D5BB8 (or 0x3D5BB8) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5B and B8. RGB value is (61,91,184). Sum of RGB (Red+Green+Blue) = 61+91+184=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 184 (72.27% from 255 or 54.76% from 336); Max value from RGB is 184 - color contains mainly: blue. Hex color #3D5BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5BB8 is #C2A447. Grayscale: #5C5C5C. Windows color (decimal): -12756040 or 12081981. OLE color: 12081981.

HSL color Cylindrical-coordinate representation of color #3D5BB8: hue angle of 225.37º 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 #3D5BB8 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6191184-
CMYK0.670.5100.28
HSL225.37º50.2%48.04%-
HSV(B)225.37º66.85%72.16%-
XYZ14.3211.9346.9-
YUV92.63179.56105.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 184 (72.27% from 255) = 54.76%
R=18.15%
G=27.08%
B=54.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61911840.670.5100.28225.3750.248.04
Hex3D5BB8433301Ce13230
Octal75133270103630343416260
Binary111101101101110111000100001111001101110011100001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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