Html Css Color HEX #453296 Blue Gem

📋 copy color: '#453296'

red 69 ◦ green 50 ◦ blue 150

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

Shades of Blue Gem #453296

Tints of Blue Gem #453296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

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

R = 25.65%
G = 18.59%
B = 55.76%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#453296 (or 0x453296) is known color: Blue Gem. HEX triplet: 45, 32 and 96. RGB value is (69,50,150). Sum of RGB (Red+Green+Blue) = 69+50+150=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #453296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453296 is #BACD69. Grayscale: #424242. Windows color (decimal): -12242282 or 9843269. OLE color: 9843269.

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

Color convert

RGB 69 50 150 -
CMYK 0.54 0.67 0 0.41
HSL 251.4º 0.5% 0.39% -
HSV(B) 251.4º 0.67% 0.59% -
XYZ 9.1 5.75 29.48 -
YUV 67.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 69 50 150 0.54 0.67 0 0.41 251.4 0.5 0.39
Hex 45 32 96 36 43 0 29 FB 32 27
Octal 105 62 226 66 103 0 51 373 62 47
Binary 1000101 110010 10010110 110110 1000011 0 101001 11111011 110010 100111

Color Harmonies of #453296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453296

Black with #453296

Text Example


Text Example

White with #453296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453296; }

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

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

background-color css

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

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

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

border-color css

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

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

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