Html Css Color HEX #453298 Blue Gem

📋 copy color: '#453298'

red 69 ◦ green 50 ◦ blue 152

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

Shades of Blue Gem #453298

Tints of Blue Gem #453298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 25.46%
G = 18.45%
B = 56.09%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#453298 (or 0x453298) is known color: Blue Gem. HEX triplet: 45, 32 and 98. RGB value is (69,50,152). Sum of RGB (Red+Green+Blue) = 69+50+152=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #453298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453298 is #BACD67. Grayscale: #424242. Windows color (decimal): -12242280 or 9974341. OLE color: 9974341.

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

Color convert

RGB 69 50 152 -
CMYK 0.55 0.67 0 0.40
HSL 251.18º 0.5% 0.4% -
HSV(B) 251.18º 0.67% 0.6% -
XYZ 9.26 5.81 30.34 -
YUV 67.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 69 50 152 0.55 0.67 0 0.40 251.18 0.5 0.4
Hex 45 32 98 37 43 0 28 FB 32 28
Octal 105 62 230 67 103 0 50 373 62 50
Binary 1000101 110010 10011000 110111 1000011 0 101000 11111011 110010 101000

Color Harmonies of #453298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453298

Black with #453298

Text Example


Text Example

White with #453298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453298; }

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

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

background-color css

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

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

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

border-color css

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

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

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