Html Css Color HEX #453597 Blue Gem

📋 copy color: '#453597'

red 69 ◦ green 53 ◦ blue 151

#453597
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #453597

Tints of Blue Gem #453597

RGB

 RED value IS 69 (27.34% from 255) = 25.27%

 GREEN value IS 53 (21.09% from 255) = 19.41%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 25.27%
G = 19.41%
B = 55.31%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#453597 (or 0x453597) is known color: Blue Gem. HEX triplet: 45, 35 and 97. RGB value is (69,53,151). Sum of RGB (Red+Green+Blue) = 69+53+151=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #453597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453597 is #BACA68. Grayscale: #444444. Windows color (decimal): -12241513 or 9909573. OLE color: 9909573.

HSL color Cylindrical-coordinate representation of color #453597: hue angle of 249.8º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453597 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 53 151 -
CMYK 0.54 0.65 0 0.41
HSL 249.8º 0.48% 0.4% -
HSV(B) 249.8º 0.65% 0.59% -
XYZ 9.31 6.05 29.95 -
YUV 68.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 69 53 151 0.54 0.65 0 0.41 249.8 0.48 0.4
Hex 45 35 97 36 41 0 29 FA 30 28
Octal 105 65 227 66 101 0 51 372 60 50
Binary 1000101 110101 10010111 110110 1000001 0 101001 11111010 110000 101000

Color Harmonies of #453597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453597

Black with #453597

Text Example


Text Example

White with #453597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453597; }

 p { color: rgb(69,53,151); }

 H1.HeaderClassName
 {
   color: #453597;
 }
 .AnyTagClassName
 {
   color: #453597;
 }
</style>

background-color css

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

 a { background-color: rgb(69,53,151); }

 div.DivClassName
 {
   background-color: #453597;
 }
 .BgClassName
 {
   background-color: #453597;
 }
</style>

border-color css

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

 span { border-color: rgb(69,53,151); }

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