Html Css Color HEX #453AAE Blue Gem

📋 copy color: '#453AAE'

red 69 ◦ green 58 ◦ blue 174

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

Shades of Blue Gem #453AAE

Tints of Blue Gem #453AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 22.92%
G = 19.27%
B = 57.81%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#453AAE (or 0x453AAE) is known color: Blue Gem. HEX triplet: 45, 3A and AE. RGB value is (69,58,174). Sum of RGB (Red+Green+Blue) = 69+58+174=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #453AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453AAE is #BAC551. Grayscale: #4A4A4A. Windows color (decimal): -12240210 or 11418181. OLE color: 11418181.

HSL color Cylindrical-coordinate representation of color #453AAE: hue angle of 245.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453AAE is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 58 174 -
CMYK 0.60 0.67 0 0.32
HSL 245.69º 0.5% 0.45% -
HSV(B) 245.69º 0.67% 0.68% -
XYZ 11.61 7.35 40.85 -
YUV 74.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 69 58 174 0.60 0.67 0 0.32 245.69 0.5 0.45
Hex 45 3A AE 3C 43 0 20 F6 32 2D
Octal 105 72 256 74 103 0 40 366 62 55
Binary 1000101 111010 10101110 111100 1000011 0 100000 11110110 110010 101101

Color Harmonies of #453AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453AAE

Black with #453AAE

Text Example


Text Example

White with #453AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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