Html Css Color HEX #453195 Blue Gem

📋 copy color: '#453195'

red 69 ◦ green 49 ◦ blue 149

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

Shades of Blue Gem #453195

Tints of Blue Gem #453195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 25.84%
G = 18.35%
B = 55.81%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#453195 (or 0x453195) is known color: Blue Gem. HEX triplet: 45, 31 and 95. RGB value is (69,49,149). Sum of RGB (Red+Green+Blue) = 69+49+149=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #453195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453195 is #BACE6A. Grayscale: #424242. Windows color (decimal): -12242539 or 9777477. OLE color: 9777477.

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

Color convert

RGB 69 49 149 -
CMYK 0.54 0.67 0 0.42
HSL 252º 0.51% 0.39% -
HSV(B) 252º 0.67% 0.58% -
XYZ 8.98 5.63 29.05 -
YUV 66.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 69 49 149 0.54 0.67 0 0.42 252 0.51 0.39
Hex 45 31 95 36 43 0 2A FC 33 27
Octal 105 61 225 66 103 0 52 374 63 47
Binary 1000101 110001 10010101 110110 1000011 0 101010 11111100 110011 100111

Color Harmonies of #453195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453195

Black with #453195

Text Example


Text Example

White with #453195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453195; }

 p { color: rgb(69,49,149); }

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

background-color css

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

 a { background-color: rgb(69,49,149); }

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

border-color css

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

 span { border-color: rgb(69,49,149); }

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