#3F4CBE

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

Shades of Free Speech Blue #3F4CBE

Tints of Free Speech Blue #3F4CBE

Color information

#3F4CBE (or 0x3F4CBE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4C and BE. RGB value is (63,76,190). Sum of RGB (Red+Green+Blue) = 63+76+190=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F4CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4CBE is #C0B341. Grayscale: #545454. Windows color (decimal): -12628802 or 12471359. OLE color: 12471359.

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

Color convert

RGB6376190-
CMYK0.670.6000.25
HSL233.86º50.2%49.61%-
HSV(B)233.86º66.84%74.51%-
XYZ13.939.9449.9-
YUV85.11187.19112.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=19.15%
G=23.10%
B=57.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63761900.670.6000.25233.8650.249.61
Hex3F4CBE433C019ea3232
Octal77114276103740313526262
Binary111111100110010111110100001111110001100111101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,190); }

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

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

 a { background-color: rgb(63,76,190); }

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

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

 span { border-color: rgb(63,76,190); }

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