Html Css Color HEX #452299 Blue Gem

📋 copy color: '#452299'

red 69 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #452299

Tints of Blue Gem #452299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 26.95%
G = 13.28%
B = 59.77%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#452299 (or 0x452299) is known color: Blue Gem. HEX triplet: 45, 22 and 99. RGB value is (69,34,153). Sum of RGB (Red+Green+Blue) = 69+34+153=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #452299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452299 is #BADD66. Grayscale: #393939. Windows color (decimal): -12246375 or 10035781. OLE color: 10035781.

HSL color Cylindrical-coordinate representation of color #452299: hue angle of 257.65º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452299 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 34 153 -
CMYK 0.55 0.78 0 0.4
HSL 257.65º 0.64% 0.37% -
HSV(B) 257.65º 0.78% 0.6% -
XYZ 8.78 4.71 30.58 -
YUV 58.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 69 34 153 0.55 0.78 0 0.4 257.65 0.64 0.37
Hex 45 22 99 37 4E 0 28 102 40 25
Octal 105 42 231 67 116 0 50 402 100 45
Binary 1000101 100010 10011001 110111 1001110 0 101000 100000010 1000000 100101

Color Harmonies of #452299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452299

Black with #452299

Text Example


Text Example

White with #452299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452299; }

 p { color: rgb(69,34,153); }

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

background-color css

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

 a { background-color: rgb(69,34,153); }

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

border-color css

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

 span { border-color: rgb(69,34,153); }

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