Html Css Color HEX #453391 Blue Gem

📋 copy color: '#453391'

red 69 ◦ green 51 ◦ blue 145

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

Shades of Blue Gem #453391

Tints of Blue Gem #453391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

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

R = 26.04%
G = 19.25%
B = 54.72%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#453391 (or 0x453391) is known color: Blue Gem. HEX triplet: 45, 33 and 91. RGB value is (69,51,145). Sum of RGB (Red+Green+Blue) = 69+51+145=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #453391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453391 is #BACC6E. Grayscale: #424242. Windows color (decimal): -12242031 or 9515845. OLE color: 9515845.

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

Color convert

RGB 69 51 145 -
CMYK 0.52 0.65 0 0.43
HSL 251.49º 0.48% 0.38% -
HSV(B) 251.49º 0.65% 0.57% -
XYZ 8.75 5.68 27.42 -
YUV 67.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 69 51 145 0.52 0.65 0 0.43 251.49 0.48 0.38
Hex 45 33 91 34 41 0 2B FB 30 26
Octal 105 63 221 64 101 0 53 373 60 46
Binary 1000101 110011 10010001 110100 1000001 0 101011 11111011 110000 100110

Color Harmonies of #453391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453391

Black with #453391

Text Example


Text Example

White with #453391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453391; }

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

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

background-color css

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

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

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

border-color css

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

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

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