#3D5CCC

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

Shades of Free Speech Blue #3D5CCC

Tints of Free Speech Blue #3D5CCC

Color information

#3D5CCC (or 0x3D5CCC) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5C and CC. RGB value is (61,92,204). Sum of RGB (Red+Green+Blue) = 61+92+204=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D5CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5CCC is #C2A333. Grayscale: #5F5F5F. Windows color (decimal): -12755764 or 13392957. OLE color: 13392957.

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

Color convert

RGB6192204-
CMYK0.700.5500.2
HSL226.99º58.37%51.96%-
HSV(B)226.99º70.1%80%-
XYZ16.6513.0158.76-
YUV95.5189.23103.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=17.09%
G=25.77%
B=57.14%

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
Decimal61922040.700.5500.2226.9958.3751.96
Hex3D5CCC4637014e33a34
Octal75134314106670243437264
Binary111101101110011001100100011011011101010011100011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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