Html Css Color HEX #452DAA Blue Gem

📋 copy color: '#452DAA'

red 69 ◦ green 45 ◦ blue 170

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

Shades of Blue Gem #452DAA

Tints of Blue Gem #452DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.85%

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 24.3%
G = 15.85%
B = 59.86%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#452DAA (or 0x452DAA) is known color: Blue Gem. HEX triplet: 45, 2D and AA. RGB value is (69,45,170). Sum of RGB (Red+Green+Blue) = 69+45+170=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #452DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452DAA is #BAD255. Grayscale: #414141. Windows color (decimal): -12243542 or 11152709. OLE color: 11152709.

HSL color Cylindrical-coordinate representation of color #452DAA: hue angle of 251.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452DAA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 45 170 -
CMYK 0.59 0.74 0 0.33
HSL 251.52º 0.58% 0.42% -
HSV(B) 251.52º 0.74% 0.67% -
XYZ 10.65 6.04 38.64 -
YUV 66.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 69 45 170 0.59 0.74 0 0.33 251.52 0.58 0.42
Hex 45 2D AA 3B 4A 0 21 FC 3A 2A
Octal 105 55 252 73 112 0 41 374 72 52
Binary 1000101 101101 10101010 111011 1001010 0 100001 11111100 111010 101010

Color Harmonies of #452DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452DAA

Black with #452DAA

Text Example


Text Example

White with #452DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452DAA; }

 p { color: rgb(69,45,170); }

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

background-color css

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

 a { background-color: rgb(69,45,170); }

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

border-color css

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

 span { border-color: rgb(69,45,170); }

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