#304BDD

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

Shades of Free Speech Blue #304BDD

Tints of Free Speech Blue #304BDD

Color information

#304BDD (or 0x304BDD) is unknown color: approx Free Speech Blue. HEX triplet: 30, 4B and DD. RGB value is (48,75,221). Sum of RGB (Red+Green+Blue) = 48+75+221=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #304BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BDD is #CFB422. Grayscale: #525252. Windows color (decimal): -13612067 or 14502704. OLE color: 14502704.

HSL color Cylindrical-coordinate representation of color #304BDD: hue angle of 230.64º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304BDD is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4875221-
CMYK0.780.6600.13
HSL230.64º71.78%52.75%-
HSV(B)230.64º78.28%86.67%-
XYZ16.7910.8869.62-
YUV83.57205.55102.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.95%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 221 (86.72% from 255) = 64.24%
R=13.95%
G=21.80%
B=64.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal48752210.780.6600.13230.6471.7852.75
Hex304BDD4E420De74835
Octal6011333511610201534711065
Binary1100001001011110111011001110100001001101111001111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304BDD; }

 p { color: rgb(48,75,221); }

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

<style>
 a { background-color: #304BDD; }

 a { background-color: rgb(48,75,221); }

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

<style>
 span { border-color: #304BDD; }

 span { border-color: rgb(48,75,221); }

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