#453CC5

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

Shades of Free Speech Blue #453CC5

Tints of Free Speech Blue #453CC5

Color information

#453CC5 (or 0x453CC5) is unknown color: approx Free Speech Blue. HEX triplet: 45, 3C and C5. RGB value is (69,60,197). Sum of RGB (Red+Green+Blue) = 69+60+197=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 197 (77.34% from 255 or 60.43% from 326); Max value from RGB is 197 - color contains mainly: blue. Hex color #453CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453CC5 is #BAC33A. Grayscale: #4D4D4D. Windows color (decimal): -12239675 or 12926021. OLE color: 12926021.

HSL color Cylindrical-coordinate representation of color #453CC5: hue angle of 243.94º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453CC5 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6960197-
CMYK0.650.7000.23
HSL243.94º54.15%50.39%-
HSV(B)243.94º69.54%77.25%-
XYZ14.158.5353.72-
YUV78.31194.98121.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 60 (23.83% from 255) = 18.40%
BLUE value IS 197 (77.34% from 255) = 60.43%
R=21.17%
G=18.40%
B=60.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69601970.650.7000.23243.9454.1550.39
Hex453CC54146017f43632
Octal105743051011060273646662
Binary1000101111100110001011000001100011001011111110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,197); }

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

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

 a { background-color: rgb(69,60,197); }

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

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

 span { border-color: rgb(69,60,197); }

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