Html Css Color HEX #453591 Blue Gem

📋 copy color: '#453591'

red 69 ◦ green 53 ◦ blue 145

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

Shades of Blue Gem #453591

Tints of Blue Gem #453591

RGB

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

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

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

R = 25.84%
G = 19.85%
B = 54.31%

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

#453591 (or 0x453591) is known color: Blue Gem. HEX triplet: 45, 35 and 91. RGB value is (69,53,145). Sum of RGB (Red+Green+Blue) = 69+53+145=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #453591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453591 is #BACA6E. Grayscale: #434343. Windows color (decimal): -12241519 or 9516357. OLE color: 9516357.

HSL color Cylindrical-coordinate representation of color #453591: hue angle of 250.43º 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 #453591 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 53 145 -
CMYK 0.52 0.63 0 0.43
HSL 250.43º 0.46% 0.39% -
HSV(B) 250.43º 0.63% 0.57% -
XYZ 8.84 5.86 27.45 -
YUV 68.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 69 53 145 0.52 0.63 0 0.43 250.43 0.46 0.39
Hex 45 35 91 34 3F 0 2B FA 2E 27
Octal 105 65 221 64 77 0 53 372 56 47
Binary 1000101 110101 10010001 110100 111111 0 101011 11111010 101110 100111

Color Harmonies of #453591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453591

Black with #453591

Text Example


Text Example

White with #453591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453591; }

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

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

background-color css

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

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

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

border-color css

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

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

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