Html Css Color HEX #453490 Blue Gem

📋 copy color: '#453490'

red 69 ◦ green 52 ◦ blue 144

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

Shades of Blue Gem #453490

Tints of Blue Gem #453490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 26.04%
G = 19.62%
B = 54.34%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#453490 (or 0x453490) is known color: Blue Gem. HEX triplet: 45, 34 and 90. RGB value is (69,52,144). Sum of RGB (Red+Green+Blue) = 69+52+144=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #453490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453490 is #BACB6F. Grayscale: #434343. Windows color (decimal): -12241776 or 9450565. OLE color: 9450565.

HSL color Cylindrical-coordinate representation of color #453490: hue angle of 251.09º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453490 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 52 144 -
CMYK 0.52 0.64 0 0.44
HSL 251.09º 0.47% 0.38% -
HSV(B) 251.09º 0.64% 0.56% -
XYZ 8.72 5.73 27.03 -
YUV 67.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 69 52 144 0.52 0.64 0 0.44 251.09 0.47 0.38
Hex 45 34 90 34 40 0 2C FB 2F 26
Octal 105 64 220 64 100 0 54 373 57 46
Binary 1000101 110100 10010000 110100 1000000 0 101100 11111011 101111 100110

Color Harmonies of #453490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453490

Black with #453490

Text Example


Text Example

White with #453490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453490; }

 p { color: rgb(69,52,144); }

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

background-color css

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

 a { background-color: rgb(69,52,144); }

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

border-color css

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

 span { border-color: rgb(69,52,144); }

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