Html Css Color HEX #452DAE Blue Gem

📋 copy color: '#452DAE'

red 69 ◦ green 45 ◦ blue 174

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

Shades of Blue Gem #452DAE

Tints of Blue Gem #452DAE

RGB

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

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

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

R = 23.96%
G = 15.63%
B = 60.42%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#452DAE (or 0x452DAE) is known color: Blue Gem. HEX triplet: 45, 2D and AE. RGB value is (69,45,174). Sum of RGB (Red+Green+Blue) = 69+45+174=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #452DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452DAE is #BAD251. Grayscale: #424242. Windows color (decimal): -12243538 or 11414853. OLE color: 11414853.

HSL color Cylindrical-coordinate representation of color #452DAE: hue angle of 251.16º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452DAE is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 45 174 -
CMYK 0.60 0.74 0 0.32
HSL 251.16º 0.59% 0.43% -
HSV(B) 251.16º 0.74% 0.68% -
XYZ 11.03 6.2 40.66 -
YUV 66.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 69 45 174 0.60 0.74 0 0.32 251.16 0.59 0.43
Hex 45 2D AE 3C 4A 0 20 FB 3B 2B
Octal 105 55 256 74 112 0 40 373 73 53
Binary 1000101 101101 10101110 111100 1001010 0 100000 11111011 111011 101011

Color Harmonies of #452DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452DAE

Black with #452DAE

Text Example


Text Example

White with #452DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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