Html Css Color HEX #453097 Blue Gem

📋 copy color: '#453097'

red 69 ◦ green 48 ◦ blue 151

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

Shades of Blue Gem #453097

Tints of Blue Gem #453097

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 25.75%
G = 17.91%
B = 56.34%

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

#453097 (or 0x453097) is known color: Blue Gem. HEX triplet: 45, 30 and 97. RGB value is (69,48,151). Sum of RGB (Red+Green+Blue) = 69+48+151=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #453097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453097 is #BACF68. Grayscale: #414141. Windows color (decimal): -12242793 or 9908293. OLE color: 9908293.

HSL color Cylindrical-coordinate representation of color #453097: hue angle of 252.23º degrees, saturation: 0.52, 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 #453097 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 48 151 -
CMYK 0.54 0.68 0 0.41
HSL 252.23º 0.52% 0.39% -
HSV(B) 252.23º 0.68% 0.59% -
XYZ 9.1 5.61 29.88 -
YUV 66.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 69 48 151 0.54 0.68 0 0.41 252.23 0.52 0.39
Hex 45 30 97 36 44 0 29 FC 34 27
Octal 105 60 227 66 104 0 51 374 64 47
Binary 1000101 110000 10010111 110110 1000100 0 101001 11111100 110100 100111

Color Harmonies of #453097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453097

Black with #453097

Text Example


Text Example

White with #453097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453097; }

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

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

background-color css

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

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

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

border-color css

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

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

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