Html Css Color HEX #453699 Blue Gem

📋 copy color: '#453699'

red 69 ◦ green 54 ◦ blue 153

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

Shades of Blue Gem #453699

Tints of Blue Gem #453699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 25%
G = 19.57%
B = 55.43%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#453699 (or 0x453699) is known color: Blue Gem. HEX triplet: 45, 36 and 99. RGB value is (69,54,153). Sum of RGB (Red+Green+Blue) = 69+54+153=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #453699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453699 is #BAC966. Grayscale: #454545. Windows color (decimal): -12241255 or 10040901. OLE color: 10040901.

HSL color Cylindrical-coordinate representation of color #453699: hue angle of 249.09º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453699 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 54 153 -
CMYK 0.55 0.65 0 0.4
HSL 249.09º 0.48% 0.41% -
HSV(B) 249.09º 0.65% 0.6% -
XYZ 9.52 6.2 30.83 -
YUV 69.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 69 54 153 0.55 0.65 0 0.4 249.09 0.48 0.41
Hex 45 36 99 37 41 0 28 F9 30 29
Octal 105 66 231 67 101 0 50 371 60 51
Binary 1000101 110110 10011001 110111 1000001 0 101000 11111001 110000 101001

Color Harmonies of #453699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453699

Black with #453699

Text Example


Text Example

White with #453699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453699; }

 p { color: rgb(69,54,153); }

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

background-color css

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

 a { background-color: rgb(69,54,153); }

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

border-color css

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

 span { border-color: rgb(69,54,153); }

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