#3F4ECB

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

Shades of Free Speech Blue #3F4ECB

Tints of Free Speech Blue #3F4ECB

Color information

#3F4ECB (or 0x3F4ECB) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4E and CB. RGB value is (63,78,203). Sum of RGB (Red+Green+Blue) = 63+78+203=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4ECB is #C0B134. Grayscale: #575757. Windows color (decimal): -12628277 or 13323839. OLE color: 13323839.

HSL color Cylindrical-coordinate representation of color #3F4ECB: hue angle of 233.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4ECB is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6378203-
CMYK0.690.6200.20
HSL233.57º57.38%52.16%-
HSV(B)233.57º68.97%79.61%-
XYZ15.5510.8257.77-
YUV87.76193.03110.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.31%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=18.31%
G=22.67%
B=59.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63782030.690.6200.20233.5757.3852.16
Hex3F4ECB453E014ea3934
Octal77116313105760243527164
Binary111111100111011001011100010111111001010011101010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,78,203); }

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

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

 a { background-color: rgb(63,78,203); }

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

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

 span { border-color: rgb(63,78,203); }

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