Html Css Color HEX #453A95 Blue Gem

📋 copy color: '#453A95'

red 69 ◦ green 58 ◦ blue 149

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

Shades of Blue Gem #453A95

Tints of Blue Gem #453A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

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

R = 25%
G = 21.01%
B = 53.99%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#453A95 (or 0x453A95) is known color: Blue Gem. HEX triplet: 45, 3A and 95. RGB value is (69,58,149). Sum of RGB (Red+Green+Blue) = 69+58+149=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #453A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A95 is #BAC56A. Grayscale: #474747. Windows color (decimal): -12240235 or 9779781. OLE color: 9779781.

HSL color Cylindrical-coordinate representation of color #453A95: hue angle of 247.25º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453A95 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 58 149 -
CMYK 0.54 0.61 0 0.42
HSL 247.25º 0.44% 0.41% -
HSV(B) 247.25º 0.61% 0.58% -
XYZ 9.39 6.46 29.19 -
YUV 71.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 69 58 149 0.54 0.61 0 0.42 247.25 0.44 0.41
Hex 45 3A 95 36 3D 0 2A F7 2C 29
Octal 105 72 225 66 75 0 52 367 54 51
Binary 1000101 111010 10010101 110110 111101 0 101010 11110111 101100 101001

Color Harmonies of #453A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A95

Black with #453A95

Text Example


Text Example

White with #453A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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