#3E4FCC

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

Shades of Free Speech Blue #3E4FCC

Tints of Free Speech Blue #3E4FCC

Color information

#3E4FCC (or 0x3E4FCC) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4F and CC. RGB value is (62,79,204). Sum of RGB (Red+Green+Blue) = 62+79+204=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E4FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4FCC is #C1B033. Grayscale: #575757. Windows color (decimal): -12693556 or 13389630. OLE color: 13389630.

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

Color convert

RGB6279204-
CMYK0.700.6100.2
HSL232.82º58.2%52.16%-
HSV(B)232.82º69.61%80%-
XYZ15.6810.9858.42-
YUV88.17193.37109.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.97%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=17.97%
G=22.90%
B=59.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal62792040.700.6100.2232.8258.252.16
Hex3E4FCC463D014e93a34
Octal76117314106750243517264
Binary111110100111111001100100011011110101010011101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,79,204); }

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

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

 a { background-color: rgb(62,79,204); }

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

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

 span { border-color: rgb(62,79,204); }

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