Html Css Color HEX #453186 Blue Gem

📋 copy color: '#453186'

red 69 ◦ green 49 ◦ blue 134

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

Shades of Blue Gem #453186

Tints of Blue Gem #453186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 134 (52.73% from 255) = 53.17%

R = 27.38%
G = 19.44%
B = 53.17%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#453186 (or 0x453186) is known color: Blue Gem. HEX triplet: 45, 31 and 86. RGB value is (69,49,134). Sum of RGB (Red+Green+Blue) = 69+49+134=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #453186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453186 is #BACE79. Grayscale: #404040. Windows color (decimal): -12242554 or 8794437. OLE color: 8794437.

HSL color Cylindrical-coordinate representation of color #453186: hue angle of 254.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453186 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 49 134 -
CMYK 0.49 0.63 0 0.47
HSL 254.12º 0.46% 0.36% -
HSV(B) 254.12º 0.63% 0.53% -
XYZ 7.86 5.18 23.14 -
YUV 64.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 69 49 134 0.49 0.63 0 0.47 254.12 0.46 0.36
Hex 45 31 86 31 3F 0 2F FE 2E 24
Octal 105 61 206 61 77 0 57 376 56 44
Binary 1000101 110001 10000110 110001 111111 0 101111 11111110 101110 100100

Color Harmonies of #453186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453186

Black with #453186

Text Example


Text Example

White with #453186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453186; }

 p { color: rgb(69,49,134); }

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

background-color css

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

 a { background-color: rgb(69,49,134); }

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

border-color css

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

 span { border-color: rgb(69,49,134); }

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