#3E3DCA

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

Shades of Free Speech Blue #3E3DCA

Tints of Free Speech Blue #3E3DCA

Color information

#3E3DCA (or 0x3E3DCA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3D and CA. RGB value is (62,61,202). Sum of RGB (Red+Green+Blue) = 62+61+202=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E3DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3DCA is #C1C235. Grayscale: #4C4C4C. Windows color (decimal): -12698166 or 13253950. OLE color: 13253950.

HSL color Cylindrical-coordinate representation of color #3E3DCA: hue angle of 240.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E3DCA is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6261202-
CMYK0.690.7000.21
HSL240.43º57.09%51.57%-
HSV(B)240.43º69.8%79.22%-
XYZ14.328.6356.79-
YUV77.37198.33117.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 202 (79.30% from 255) = 62.15%
R=19.08%
G=18.77%
B=62.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal62612020.690.7000.21240.4357.0951.57
Hex3E3DCA4546015f03934
Octal76753121051060253607164
Binary111110111101110010101000101100011001010111110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,61,202); }

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

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

 a { background-color: rgb(62,61,202); }

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

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

 span { border-color: rgb(62,61,202); }

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