Html Css Color HEX #453299 Blue Gem

📋 copy color: '#453299'

red 69 ◦ green 50 ◦ blue 153

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

Shades of Blue Gem #453299

Tints of Blue Gem #453299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

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

R = 25.37%
G = 18.38%
B = 56.25%

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

#453299 (or 0x453299) is known color: Blue Gem. HEX triplet: 45, 32 and 99. RGB value is (69,50,153). Sum of RGB (Red+Green+Blue) = 69+50+153=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #453299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453299 is #BACD66. Grayscale: #434343. Windows color (decimal): -12242279 or 10039877. OLE color: 10039877.

HSL color Cylindrical-coordinate representation of color #453299: hue angle of 251.07º degrees, saturation: 0.51, 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 #453299 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 50 153 -
CMYK 0.55 0.67 0 0.4
HSL 251.07º 0.51% 0.4% -
HSV(B) 251.07º 0.67% 0.6% -
XYZ 9.34 5.85 30.77 -
YUV 67.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 69 50 153 0.55 0.67 0 0.4 251.07 0.51 0.4
Hex 45 32 99 37 43 0 28 FB 33 28
Octal 105 62 231 67 103 0 50 373 63 50
Binary 1000101 110010 10011001 110111 1000011 0 101000 11111011 110011 101000

Color Harmonies of #453299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453299

Black with #453299

Text Example


Text Example

White with #453299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453299; }

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

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

background-color css

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

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

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

border-color css

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

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

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