Html Css Color HEX #453189 Blue Gem

📋 copy color: '#453189'

red 69 ◦ green 49 ◦ blue 137

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

Shades of Blue Gem #453189

Tints of Blue Gem #453189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 27.06%
G = 19.22%
B = 53.73%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#453189 (or 0x453189) is known color: Blue Gem. HEX triplet: 45, 31 and 89. RGB value is (69,49,137). Sum of RGB (Red+Green+Blue) = 69+49+137=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #453189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453189 is #BACE76. Grayscale: #404040. Windows color (decimal): -12242551 or 8991045. OLE color: 8991045.

HSL color Cylindrical-coordinate representation of color #453189: hue angle of 253.64º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453189 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 49 137 -
CMYK 0.50 0.64 0 0.46
HSL 253.64º 0.47% 0.36% -
HSV(B) 253.64º 0.64% 0.54% -
XYZ 8.07 5.27 24.26 -
YUV 65.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 69 49 137 0.50 0.64 0 0.46 253.64 0.47 0.36
Hex 45 31 89 32 40 0 2E FE 2F 24
Octal 105 61 211 62 100 0 56 376 57 44
Binary 1000101 110001 10001001 110010 1000000 0 101110 11111110 101111 100100

Color Harmonies of #453189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453189

Black with #453189

Text Example


Text Example

White with #453189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453189; }

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

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

background-color css

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

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

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

border-color css

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

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

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