Html Css Color HEX #453596 Blue Gem

📋 copy color: '#453596'

red 69 ◦ green 53 ◦ blue 150

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

Shades of Blue Gem #453596

Tints of Blue Gem #453596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 25.37%
G = 19.49%
B = 55.15%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#453596 (or 0x453596) is known color: Blue Gem. HEX triplet: 45, 35 and 96. RGB value is (69,53,150). Sum of RGB (Red+Green+Blue) = 69+53+150=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #453596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453596 is #BACA69. Grayscale: #444444. Windows color (decimal): -12241514 or 9844037. OLE color: 9844037.

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

Color convert

RGB 69 53 150 -
CMYK 0.54 0.65 0 0.41
HSL 249.9º 0.48% 0.4% -
HSV(B) 249.9º 0.65% 0.59% -
XYZ 9.23 6.01 29.53 -
YUV 68.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 69 53 150 0.54 0.65 0 0.41 249.9 0.48 0.4
Hex 45 35 96 36 41 0 29 FA 30 28
Octal 105 65 226 66 101 0 51 372 60 50
Binary 1000101 110101 10010110 110110 1000001 0 101001 11111010 110000 101000

Color Harmonies of #453596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453596

Black with #453596

Text Example


Text Example

White with #453596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453596; }

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

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

background-color css

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

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

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

border-color css

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

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

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