Html Css Color HEX #453498 Blue Gem

📋 copy color: '#453498'

red 69 ◦ green 52 ◦ blue 152

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

Shades of Blue Gem #453498

Tints of Blue Gem #453498

RGB

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

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

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

R = 25.27%
G = 19.05%
B = 55.68%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#453498 (or 0x453498) is known color: Blue Gem. HEX triplet: 45, 34 and 98. RGB value is (69,52,152). Sum of RGB (Red+Green+Blue) = 69+52+152=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #453498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453498 is #BACB67. Grayscale: #444444. Windows color (decimal): -12241768 or 9974853. OLE color: 9974853.

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

Color convert

RGB 69 52 152 -
CMYK 0.55 0.66 0 0.40
HSL 250.2º 0.49% 0.4% -
HSV(B) 250.2º 0.66% 0.6% -
XYZ 9.35 5.99 30.37 -
YUV 68.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 69 52 152 0.55 0.66 0 0.40 250.2 0.49 0.4
Hex 45 34 98 37 42 0 28 FA 31 28
Octal 105 64 230 67 102 0 50 372 61 50
Binary 1000101 110100 10011000 110111 1000010 0 101000 11111010 110001 101000

Color Harmonies of #453498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453498

Black with #453498

Text Example


Text Example

White with #453498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453498; }

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

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

background-color css

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

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

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

border-color css

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

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

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