Html Css Color HEX #453496 Blue Gem

📋 copy color: '#453496'

red 69 ◦ green 52 ◦ blue 150

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

Shades of Blue Gem #453496

Tints of Blue Gem #453496

RGB

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

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

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

R = 25.46%
G = 19.19%
B = 55.35%

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

#453496 (or 0x453496) is known color: Blue Gem. HEX triplet: 45, 34 and 96. RGB value is (69,52,150). Sum of RGB (Red+Green+Blue) = 69+52+150=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #453496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453496 is #BACB69. Grayscale: #434343. Windows color (decimal): -12241770 or 9843781. OLE color: 9843781.

HSL color Cylindrical-coordinate representation of color #453496: hue angle of 250.41º degrees, saturation: 0.49, 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 #453496 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 52 150 -
CMYK 0.54 0.65 0 0.41
HSL 250.41º 0.49% 0.4% -
HSV(B) 250.41º 0.65% 0.59% -
XYZ 9.19 5.92 29.51 -
YUV 68.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 69 52 150 0.54 0.65 0 0.41 250.41 0.49 0.4
Hex 45 34 96 36 41 0 29 FA 31 28
Octal 105 64 226 66 101 0 51 372 61 50
Binary 1000101 110100 10010110 110110 1000001 0 101001 11111010 110001 101000

Color Harmonies of #453496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453496

Black with #453496

Text Example


Text Example

White with #453496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453496; }

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

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

background-color css

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

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

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

border-color css

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

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

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