#3C3DBE

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

Shades of Free Speech Blue #3C3DBE

Tints of Free Speech Blue #3C3DBE

Color information

#3C3DBE (or 0x3C3DBE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 3D and BE. RGB value is (60,61,190). Sum of RGB (Red+Green+Blue) = 60+61+190=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C3DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3DBE is #C3C241. Grayscale: #4A4A4A. Windows color (decimal): -12829250 or 12467516. OLE color: 12467516.

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

Color convert

RGB6061190-
CMYK0.680.6800.25
HSL239.54º52%49.02%-
HSV(B)239.54º68.42%74.51%-
XYZ12.838.0249.59-
YUV75.41192.67117.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 190 (74.61% from 255) = 61.09%
R=19.29%
G=19.61%
B=61.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60611900.680.6800.25239.545249.02
Hex3C3DBE4444019f03431
Octal74752761041040313606461
Binary111100111101101111101000100100010001100111110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,61,190); }

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

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

 a { background-color: rgb(60,61,190); }

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

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

 span { border-color: rgb(60,61,190); }

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