Html Css Color HEX #453691 Blue Gem

📋 copy color: '#453691'

red 69 ◦ green 54 ◦ blue 145

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

Shades of Blue Gem #453691

Tints of Blue Gem #453691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 25.75%
G = 20.15%
B = 54.1%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#453691 (or 0x453691) is known color: Blue Gem. HEX triplet: 45, 36 and 91. RGB value is (69,54,145). Sum of RGB (Red+Green+Blue) = 69+54+145=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #453691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453691 is #BAC96E. Grayscale: #444444. Windows color (decimal): -12241263 or 9516613. OLE color: 9516613.

HSL color Cylindrical-coordinate representation of color #453691: hue angle of 249.89º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453691 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 54 145 -
CMYK 0.52 0.63 0 0.43
HSL 249.89º 0.46% 0.39% -
HSV(B) 249.89º 0.63% 0.57% -
XYZ 8.88 5.95 27.47 -
YUV 68.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 69 54 145 0.52 0.63 0 0.43 249.89 0.46 0.39
Hex 45 36 91 34 3F 0 2B FA 2E 27
Octal 105 66 221 64 77 0 53 372 56 47
Binary 1000101 110110 10010001 110100 111111 0 101011 11111010 101110 100111

Color Harmonies of #453691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453691

Black with #453691

Text Example


Text Example

White with #453691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453691; }

 p { color: rgb(69,54,145); }

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

background-color css

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

 a { background-color: rgb(69,54,145); }

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

border-color css

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

 span { border-color: rgb(69,54,145); }

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