Html Css Color HEX #453197 Blue Gem

📋 copy color: '#453197'

red 69 ◦ green 49 ◦ blue 151

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

Shades of Blue Gem #453197

Tints of Blue Gem #453197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.22%

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

R = 25.65%
G = 18.22%
B = 56.13%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#453197 (or 0x453197) is known color: Blue Gem. HEX triplet: 45, 31 and 97. RGB value is (69,49,151). Sum of RGB (Red+Green+Blue) = 69+49+151=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #453197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453197 is #BACE68. Grayscale: #424242. Windows color (decimal): -12242537 or 9908549. OLE color: 9908549.

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

Color convert

RGB 69 49 151 -
CMYK 0.54 0.68 0 0.41
HSL 251.76º 0.51% 0.39% -
HSV(B) 251.76º 0.68% 0.59% -
XYZ 9.14 5.7 29.9 -
YUV 66.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 69 49 151 0.54 0.68 0 0.41 251.76 0.51 0.39
Hex 45 31 97 36 44 0 29 FC 33 27
Octal 105 61 227 66 104 0 51 374 63 47
Binary 1000101 110001 10010111 110110 1000100 0 101001 11111100 110011 100111

Color Harmonies of #453197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453197

Black with #453197

Text Example


Text Example

White with #453197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453197; }

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

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

background-color css

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

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

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

border-color css

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

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

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