#3053D7

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

Shades of Free Speech Blue #3053D7

Tints of Free Speech Blue #3053D7

Color information

#3053D7 (or 0x3053D7) is unknown color: approx Free Speech Blue. HEX triplet: 30, 53 and D7. RGB value is (48,83,215). Sum of RGB (Red+Green+Blue) = 48+83+215=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #3053D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3053D7 is #CFAC28. Grayscale: #575757. Windows color (decimal): -13610025 or 14111536. OLE color: 14111536.

HSL color Cylindrical-coordinate representation of color #3053D7: hue angle of 227.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3053D7 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4883215-
CMYK0.780.6100.16
HSL227.43º67.61%51.57%-
HSV(B)227.43º77.67%84.31%-
XYZ16.5811.7265.68-
YUV87.58199.999.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.87%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 215 (84.38% from 255) = 62.14%
R=13.87%
G=23.99%
B=62.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48832150.780.6100.16227.4367.6151.57
Hex3053D74E3D010e34434
Octal601233271167502034310464
Binary1100001010011110101111001110111101010000111000111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3053D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3053D7; }

 p { color: rgb(48,83,215); }

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

<style>
 a { background-color: #3053D7; }

 a { background-color: rgb(48,83,215); }

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

<style>
 span { border-color: #3053D7; }

 span { border-color: rgb(48,83,215); }

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