Html Css Color HEX #453289 Blue Gem

📋 copy color: '#453289'

red 69 ◦ green 50 ◦ blue 137

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

Shades of Blue Gem #453289

Tints of Blue Gem #453289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

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

R = 26.95%
G = 19.53%
B = 53.52%

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

#453289 (or 0x453289) is known color: Blue Gem. HEX triplet: 45, 32 and 89. RGB value is (69,50,137). Sum of RGB (Red+Green+Blue) = 69+50+137=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #453289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453289 is #BACD76. Grayscale: #414141. Windows color (decimal): -12242295 or 8991301. OLE color: 8991301.

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

Color convert

RGB 69 50 137 -
CMYK 0.50 0.64 0 0.46
HSL 253.1º 0.47% 0.37% -
HSV(B) 253.1º 0.64% 0.54% -
XYZ 8.11 5.35 24.27 -
YUV 65.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 69 50 137 0.50 0.64 0 0.46 253.1 0.47 0.37
Hex 45 32 89 32 40 0 2E FD 2F 25
Octal 105 62 211 62 100 0 56 375 57 45
Binary 1000101 110010 10001001 110010 1000000 0 101110 11111101 101111 100101

Color Harmonies of #453289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453289

Black with #453289

Text Example


Text Example

White with #453289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453289; }

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

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

background-color css

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

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

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

border-color css

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

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

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