#303EE1

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

Shades of Free Speech Blue #303EE1

Tints of Free Speech Blue #303EE1

Color information

#303EE1 (or 0x303EE1) is unknown color: approx Free Speech Blue. HEX triplet: 30, 3E and E1. RGB value is (48,62,225). Sum of RGB (Red+Green+Blue) = 48+62+225=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #303EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303EE1 is #CFC11E. Grayscale: #4B4B4B. Windows color (decimal): -13615391 or 14761520. OLE color: 14761520.

HSL color Cylindrical-coordinate representation of color #303EE1: hue angle of 235.25º 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 #303EE1 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4862225-
CMYK0.790.7200.12
HSL235.25º74.68%53.53%-
HSV(B)235.25º78.67%88.24%-
XYZ16.539.5172.2-
YUV76.4211.86107.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 225 (88.28% from 255) = 67.16%
R=14.33%
G=18.51%
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.12
SystemRedGreenBlueCMYKHSL
Decimal48622250.790.7200.12235.2574.6853.53
Hex303EE14F480Ceb4b36
Octal607634111711001435311366
Binary110000111110111000011001111100100001100111010111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303EE1; }

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

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

<style>
 a { background-color: #303EE1; }

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

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

<style>
 span { border-color: #303EE1; }

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

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