Html Css Color HEX #453796 Blue Gem

📋 copy color: '#453796'

red 69 ◦ green 55 ◦ blue 150

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

Shades of Blue Gem #453796

Tints of Blue Gem #453796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.07%

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

R = 25.18%
G = 20.07%
B = 54.74%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#453796 (or 0x453796) is known color: Blue Gem. HEX triplet: 45, 37 and 96. RGB value is (69,55,150). Sum of RGB (Red+Green+Blue) = 69+55+150=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #453796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453796 is #BAC869. Grayscale: #454545. Windows color (decimal): -12241002 or 9844549. OLE color: 9844549.

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

Color convert

RGB 69 55 150 -
CMYK 0.54 0.63 0 0.41
HSL 248.84º 0.46% 0.4% -
HSV(B) 248.84º 0.63% 0.59% -
XYZ 9.33 6.2 29.56 -
YUV 70.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 69 55 150 0.54 0.63 0 0.41 248.84 0.46 0.4
Hex 45 37 96 36 3F 0 29 F9 2E 28
Octal 105 67 226 66 77 0 51 371 56 50
Binary 1000101 110111 10010110 110110 111111 0 101001 11111001 101110 101000

Color Harmonies of #453796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453796

Black with #453796

Text Example


Text Example

White with #453796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453796; }

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

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

background-color css

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

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

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

border-color css

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

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

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