#3D40DE

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

Shades of Free Speech Blue #3D40DE

Tints of Free Speech Blue #3D40DE

Color information

#3D40DE (or 0x3D40DE) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 40 and DE. RGB value is (61,64,222). Sum of RGB (Red+Green+Blue) = 61+64+222=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D40DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D40DE is #C2BF21. Grayscale: #505050. Windows color (decimal): -12762914 or 14565437. OLE color: 14565437.

HSL color Cylindrical-coordinate representation of color #3D40DE: hue angle of 238.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D40DE is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6164222-
CMYK0.730.7100.13
HSL238.88º70.93%55.49%-
HSV(B)238.88º72.52%87.06%-
XYZ16.949.9370.13-
YUV81.12207.51113.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 222 (87.11% from 255) = 63.98%
R=17.58%
G=18.44%
B=63.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61642220.730.7100.13238.8870.9355.49
Hex3D40DE49470Def4737
Octal7510033611110701535710767
Binary1111011000000110111101001001100011101101111011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D40DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,222); }

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

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

 a { background-color: rgb(61,64,222); }

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

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

 span { border-color: rgb(61,64,222); }

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