Html Css Color HEX #453396 Blue Gem

📋 copy color: '#453396'

red 69 ◦ green 51 ◦ blue 150

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

Shades of Blue Gem #453396

Tints of Blue Gem #453396

RGB

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

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

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

R = 25.56%
G = 18.89%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#453396 (or 0x453396) is known color: Blue Gem. HEX triplet: 45, 33 and 96. RGB value is (69,51,150). Sum of RGB (Red+Green+Blue) = 69+51+150=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #453396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453396 is #BACC69. Grayscale: #434343. Windows color (decimal): -12242026 or 9843525. OLE color: 9843525.

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

Color convert

RGB 69 51 150 -
CMYK 0.54 0.66 0 0.41
HSL 250.91º 0.49% 0.39% -
HSV(B) 250.91º 0.66% 0.59% -
XYZ 9.14 5.83 29.5 -
YUV 67.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 69 51 150 0.54 0.66 0 0.41 250.91 0.49 0.39
Hex 45 33 96 36 42 0 29 FB 31 27
Octal 105 63 226 66 102 0 51 373 61 47
Binary 1000101 110011 10010110 110110 1000010 0 101001 11111011 110001 100111

Color Harmonies of #453396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453396

Black with #453396

Text Example


Text Example

White with #453396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453396; }

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

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

background-color css

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

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

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

border-color css

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

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

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