Html Css Color HEX #453598 Blue Gem

📋 copy color: '#453598'

red 69 ◦ green 53 ◦ blue 152

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

Shades of Blue Gem #453598

Tints of Blue Gem #453598

RGB

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

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

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

R = 25.18%
G = 19.34%
B = 55.47%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#453598 (or 0x453598) is known color: Blue Gem. HEX triplet: 45, 35 and 98. RGB value is (69,53,152). Sum of RGB (Red+Green+Blue) = 69+53+152=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #453598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453598 is #BACA67. Grayscale: #444444. Windows color (decimal): -12241512 or 9975109. OLE color: 9975109.

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

Color convert

RGB 69 53 152 -
CMYK 0.55 0.65 0 0.40
HSL 249.7º 0.48% 0.4% -
HSV(B) 249.7º 0.65% 0.6% -
XYZ 9.39 6.08 30.38 -
YUV 69.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 69 53 152 0.55 0.65 0 0.40 249.7 0.48 0.4
Hex 45 35 98 37 41 0 28 FA 30 28
Octal 105 65 230 67 101 0 50 372 60 50
Binary 1000101 110101 10011000 110111 1000001 0 101000 11111010 110000 101000

Color Harmonies of #453598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453598

Black with #453598

Text Example


Text Example

White with #453598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453598; }

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

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

background-color css

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

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

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

border-color css

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

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

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