Html Css Color HEX #452BAE Blue Gem

📋 copy color: '#452BAE'

red 69 ◦ green 43 ◦ blue 174

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

Shades of Blue Gem #452BAE

Tints of Blue Gem #452BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

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

R = 24.13%
G = 15.03%
B = 60.84%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#452BAE (or 0x452BAE) is known color: Blue Gem. HEX triplet: 45, 2B and AE. RGB value is (69,43,174). Sum of RGB (Red+Green+Blue) = 69+43+174=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #452BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452BAE is #BAD451. Grayscale: #414141. Windows color (decimal): -12244050 or 11414341. OLE color: 11414341.

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

Color convert

RGB 69 43 174 -
CMYK 0.60 0.75 0 0.32
HSL 251.91º 0.6% 0.43% -
HSV(B) 251.91º 0.75% 0.68% -
XYZ 10.96 6.05 40.63 -
YUV 65.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 69 43 174 0.60 0.75 0 0.32 251.91 0.6 0.43
Hex 45 2B AE 3C 4B 0 20 FC 3C 2B
Octal 105 53 256 74 113 0 40 374 74 53
Binary 1000101 101011 10101110 111100 1001011 0 100000 11111100 111100 101011

Color Harmonies of #452BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452BAE

Black with #452BAE

Text Example


Text Example

White with #452BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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