#3D5BCC

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

Shades of Free Speech Blue #3D5BCC

Tints of Free Speech Blue #3D5BCC

Color information

#3D5BCC (or 0x3D5BCC) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5B and CC. RGB value is (61,91,204). Sum of RGB (Red+Green+Blue) = 61+91+204=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D5BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5BCC is #C2A433. Grayscale: #5E5E5E. Windows color (decimal): -12756020 or 13392701. OLE color: 13392701.

HSL color Cylindrical-coordinate representation of color #3D5BCC: hue angle of 227.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D5BCC is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6191204-
CMYK0.700.5500.2
HSL227.41º58.37%51.96%-
HSV(B)227.41º70.1%80%-
XYZ16.5612.8358.73-
YUV94.91189.56103.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 204 (80.08% from 255) = 57.30%
R=17.13%
G=25.56%
B=57.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61912040.700.5500.2227.4158.3751.96
Hex3D5BCC4637014e33a34
Octal75133314106670243437264
Binary111101101101111001100100011011011101010011100011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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