#3D6DC0

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

Shades of Free Speech Blue #3D6DC0

Tints of Free Speech Blue #3D6DC0

Color information

#3D6DC0 (or 0x3D6DC0) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 6D and C0. RGB value is (61,109,192). Sum of RGB (Red+Green+Blue) = 61+109+192=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #3D6DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DC0 is #C2923F. Grayscale: #676767. Windows color (decimal): -12751424 or 12610877. OLE color: 12610877.

HSL color Cylindrical-coordinate representation of color #3D6DC0: hue angle of 218.02º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6DC0 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61109192-
CMYK0.680.4300.25
HSL218.02º51.78%49.61%-
HSV(B)218.02º68.23%75.29%-
XYZ16.9115.7452.02-
YUV104.11177.697.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.85%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 192 (75.39% from 255) = 53.04%
R=16.85%
G=30.11%
B=53.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611091920.680.4300.25218.0251.7849.61
Hex3D6DC0442B019da3432
Octal75155300104530313326462
Binary111101110110111000000100010010101101100111011010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,109,192); }

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

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

 a { background-color: rgb(61,109,192); }

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

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

 span { border-color: rgb(61,109,192); }

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