#303FE0

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

Shades of Free Speech Blue #303FE0

Tints of Free Speech Blue #303FE0

Color information

#303FE0 (or 0x303FE0) is unknown color: approx Free Speech Blue. HEX triplet: 30, 3F and E0. RGB value is (48,63,224). Sum of RGB (Red+Green+Blue) = 48+63+224=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #303FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FE0 is #CFC01F. Grayscale: #4C4C4C. Windows color (decimal): -13615136 or 14696240. OLE color: 14696240.

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

Color convert

RGB4863224-
CMYK0.790.7200.12
HSL234.89º73.95%53.33%-
HSV(B)234.89º78.57%87.84%-
XYZ16.459.5771.5-
YUV76.87211.03107.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 224 (87.89% from 255) = 66.87%
R=14.33%
G=18.81%
B=66.87%

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
Decimal48632240.790.7200.12234.8973.9553.33
Hex303FE04F480Ceb4a35
Octal607734011711001435311265
Binary110000111111111000001001111100100001100111010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,224); }

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

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

 a { background-color: rgb(48,63,224); }

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

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

 span { border-color: rgb(48,63,224); }

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