#3F3DCA

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

Shades of Free Speech Blue #3F3DCA

Tints of Free Speech Blue #3F3DCA

Color information

#3F3DCA (or 0x3F3DCA) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 3D and CA. RGB value is (63,61,202). Sum of RGB (Red+Green+Blue) = 63+61+202=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F3DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3DCA is #C0C235. Grayscale: #4D4D4D. Windows color (decimal): -12632630 or 13253951. OLE color: 13253951.

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

Color convert

RGB6361202-
CMYK0.690.7000.21
HSL240.85º57.09%51.57%-
HSV(B)240.85º69.8%79.22%-
XYZ14.388.6656.79-
YUV77.67198.16117.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 61 (24.22% from 255) = 18.71%
BLUE value IS 202 (79.30% from 255) = 61.96%
R=19.33%
G=18.71%
B=61.96%

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
Decimal63612020.690.7000.21240.8557.0951.57
Hex3F3DCA4546015f13934
Octal77753121051060253617164
Binary111111111101110010101000101100011001010111110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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