#3D50CC

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

Shades of Free Speech Blue #3D50CC

Tints of Free Speech Blue #3D50CC

Color information

#3D50CC (or 0x3D50CC) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 50 and CC. RGB value is (61,80,204). Sum of RGB (Red+Green+Blue) = 61+80+204=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D50CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50CC is #C2AF33. Grayscale: #575757. Windows color (decimal): -12758836 or 13389885. OLE color: 13389885.

HSL color Cylindrical-coordinate representation of color #3D50CC: hue angle of 232.03º 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 #3D50CC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6180204-
CMYK0.700.6100.2
HSL232.03º58.37%51.96%-
HSV(B)232.03º70.1%80%-
XYZ15.6911.0958.44-
YUV88.46193.21108.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.68%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=17.68%
G=23.19%
B=59.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61802040.700.6100.2232.0358.3751.96
Hex3D50CC463D014e83a34
Octal75120314106750243507264
Binary111101101000011001100100011011110101010011101000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D50CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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