#3F4BCE

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

Shades of Free Speech Blue #3F4BCE

Tints of Free Speech Blue #3F4BCE

Color information

#3F4BCE (or 0x3F4BCE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4B and CE. RGB value is (63,75,206). Sum of RGB (Red+Green+Blue) = 63+75+206=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4BCE is #C0B431. Grayscale: #555555. Windows color (decimal): -12629042 or 13519679. OLE color: 13519679.

HSL color Cylindrical-coordinate representation of color #3F4BCE: hue angle of 234.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4BCE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6375206-
CMYK0.690.6400.19
HSL234.97º59.34%52.75%-
HSV(B)234.97º69.42%80.78%-
XYZ15.7110.5559.6-
YUV86.35195.52111.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.31%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 206 (80.86% from 255) = 59.88%
R=18.31%
G=21.80%
B=59.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal63752060.690.6400.19234.9759.3452.75
Hex3F4BCE4540013eb3b35
Octal771133161051000233537365
Binary1111111001011110011101000101100000001001111101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,75,206); }

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

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

 a { background-color: rgb(63,75,206); }

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

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

 span { border-color: rgb(63,75,206); }

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