Html Css Color HEX #453696 Blue Gem

📋 copy color: '#453696'

red 69 ◦ green 54 ◦ blue 150

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

Shades of Blue Gem #453696

Tints of Blue Gem #453696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 25.27%
G = 19.78%
B = 54.95%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#453696 (or 0x453696) is known color: Blue Gem. HEX triplet: 45, 36 and 96. RGB value is (69,54,150). Sum of RGB (Red+Green+Blue) = 69+54+150=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #453696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453696 is #BAC969. Grayscale: #454545. Windows color (decimal): -12241258 or 9844293. OLE color: 9844293.

HSL color Cylindrical-coordinate representation of color #453696: hue angle of 249.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453696 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 54 150 -
CMYK 0.54 0.64 0 0.41
HSL 249.38º 0.47% 0.4% -
HSV(B) 249.38º 0.64% 0.59% -
XYZ 9.28 6.11 29.54 -
YUV 69.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 69 54 150 0.54 0.64 0 0.41 249.38 0.47 0.4
Hex 45 36 96 36 40 0 29 F9 2F 28
Octal 105 66 226 66 100 0 51 371 57 50
Binary 1000101 110110 10010110 110110 1000000 0 101001 11111001 101111 101000

Color Harmonies of #453696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453696

Black with #453696

Text Example


Text Example

White with #453696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453696; }

 p { color: rgb(69,54,150); }

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

background-color css

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

 a { background-color: rgb(69,54,150); }

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

border-color css

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

 span { border-color: rgb(69,54,150); }

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