#2F40E3

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

Shades of Free Speech Blue #2F40E3

Tints of Free Speech Blue #2F40E3

Color information

#2F40E3 (or 0x2F40E3) is unknown color: approx Free Speech Blue. HEX triplet: 2F, 40 and E3. RGB value is (47,64,227). Sum of RGB (Red+Green+Blue) = 47+64+227=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 227 (89.06% from 255 or 67.16% from 338); Max value from RGB is 227 - color contains mainly: blue. Hex color #2F40E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F40E3 is #D0BF1C. Grayscale: #4C4C4C. Windows color (decimal): -13680413 or 14893103. OLE color: 14893103.

HSL color Cylindrical-coordinate representation of color #2F40E3: hue angle of 234.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F40E3 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4764227-
CMYK0.790.7200.11
HSL234.33º76.27%53.73%-
HSV(B)234.33º79.3%89.02%-
XYZ16.879.8273.68-
YUV77.5212.37106.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.91%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 227 (89.06% from 255) = 67.16%
R=13.91%
G=18.93%
B=67.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal47642270.790.7200.11234.3376.2753.73
Hex2F40E34F480Bea4c36
Octal5710034311711001335211466
Binary1011111000000111000111001111100100001011111010101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F40E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F40E3; }

 p { color: rgb(47,64,227); }

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

<style>
 a { background-color: #2F40E3; }

 a { background-color: rgb(47,64,227); }

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

<style>
 span { border-color: #2F40E3; }

 span { border-color: rgb(47,64,227); }

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