Html Css Color HEX #453CAD Blue Gem

📋 copy color: '#453CAD'

red 69 ◦ green 60 ◦ blue 173

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

Shades of Blue Gem #453CAD

Tints of Blue Gem #453CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

 BLUE value IS 173 (67.97% from 255) = 57.28%

R = 22.85%
G = 19.87%
B = 57.28%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#453CAD (or 0x453CAD) is known color: Blue Gem. HEX triplet: 45, 3C and AD. RGB value is (69,60,173). Sum of RGB (Red+Green+Blue) = 69+60+173=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #453CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453CAD is #BAC352. Grayscale: #4B4B4B. Windows color (decimal): -12239699 or 11353157. OLE color: 11353157.

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

Color convert

RGB 69 60 173 -
CMYK 0.60 0.65 0 0.32
HSL 244.78º 0.48% 0.46% -
HSV(B) 244.78º 0.65% 0.68% -
XYZ 11.61 7.51 40.37 -
YUV 75.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 69 60 173 0.60 0.65 0 0.32 244.78 0.48 0.46
Hex 45 3C AD 3C 41 0 20 F5 30 2E
Octal 105 74 255 74 101 0 40 365 60 56
Binary 1000101 111100 10101101 111100 1000001 0 100000 11110101 110000 101110

Color Harmonies of #453CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453CAD

Black with #453CAD

Text Example


Text Example

White with #453CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,60,173); }

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

background-color css

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

 a { background-color: rgb(69,60,173); }

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

border-color css

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

 span { border-color: rgb(69,60,173); }

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