#3040E1

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

Shades of Free Speech Blue #3040E1

Tints of Free Speech Blue #3040E1

Color information

#3040E1 (or 0x3040E1) is unknown color: approx Free Speech Blue. HEX triplet: 30, 40 and E1. RGB value is (48,64,225). Sum of RGB (Red+Green+Blue) = 48+64+225=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #3040E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3040E1 is #CFBF1E. Grayscale: #4C4C4C. Windows color (decimal): -13614879 or 14762032. OLE color: 14762032.

HSL color Cylindrical-coordinate representation of color #3040E1: hue angle of 234.58º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3040E1 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4864225-
CMYK0.790.7200.12
HSL234.58º74.68%53.53%-
HSV(B)234.58º78.67%88.24%-
XYZ16.649.7372.24-
YUV77.57211.2106.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.24%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 225 (88.28% from 255) = 66.77%
R=14.24%
G=18.99%
B=66.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal48642250.790.7200.12234.5874.6853.53
Hex3040E14F480Ceb4b36
Octal6010034111711001435311366
Binary1100001000000111000011001111100100001100111010111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3040E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3040E1; }

 p { color: rgb(48,64,225); }

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

<style>
 a { background-color: #3040E1; }

 a { background-color: rgb(48,64,225); }

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

<style>
 span { border-color: #3040E1; }

 span { border-color: rgb(48,64,225); }

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