#453DB8

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

Shades of Free Speech Blue #453DB8

Tints of Free Speech Blue #453DB8

Color information

#453DB8 (or 0x453DB8) is unknown color: approx Free Speech Blue. HEX triplet: 45, 3D and B8. RGB value is (69,61,184). Sum of RGB (Red+Green+Blue) = 69+61+184=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #453DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453DB8 is #BAC247. Grayscale: #4C4C4C. Windows color (decimal): -12239432 or 12074309. OLE color: 12074309.

HSL color Cylindrical-coordinate representation of color #453DB8: hue angle of 243.9º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453DB8 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6961184-
CMYK0.620.6700.28
HSL243.9º50.2%48.04%-
HSV(B)243.9º66.85%72.16%-
XYZ12.778.0646.23-
YUV77.41188.15122-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 184 (72.27% from 255) = 58.60%
R=21.97%
G=19.43%
B=58.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal69611840.620.6700.28243.950.248.04
Hex453DB83E4301Cf43230
Octal10575270761030343646260
Binary100010111110110111000111110100001101110011110100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453DB8; }

 p { color: rgb(69,61,184); }

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

<style>
 a { background-color: #453DB8; }

 a { background-color: rgb(69,61,184); }

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

<style>
 span { border-color: #453DB8; }

 span { border-color: rgb(69,61,184); }

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