Html Css Color HEX #453399 Blue Gem

📋 copy color: '#453399'

red 69 ◦ green 51 ◦ blue 153

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

Shades of Blue Gem #453399

Tints of Blue Gem #453399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 25.27%
G = 18.68%
B = 56.04%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#453399 (or 0x453399) is known color: Blue Gem. HEX triplet: 45, 33 and 99. RGB value is (69,51,153). Sum of RGB (Red+Green+Blue) = 69+51+153=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #453399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453399 is #BACC66. Grayscale: #434343. Windows color (decimal): -12242023 or 10040133. OLE color: 10040133.

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

Color convert

RGB 69 51 153 -
CMYK 0.55 0.67 0 0.4
HSL 250.59º 0.5% 0.4% -
HSV(B) 250.59º 0.67% 0.6% -
XYZ 9.39 5.93 30.79 -
YUV 68.01 175.96 128.71 -
System Red Green Blue C M Y K H S L
Decimal 69 51 153 0.55 0.67 0 0.4 250.59 0.5 0.4
Hex 45 33 99 37 43 0 28 FB 32 28
Octal 105 63 231 67 103 0 50 373 62 50
Binary 1000101 110011 10011001 110111 1000011 0 101000 11111011 110010 101000

Color Harmonies of #453399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453399

Black with #453399

Text Example


Text Example

White with #453399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453399; }

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

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

background-color css

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

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

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

border-color css

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

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

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