Html Css Color HEX #45349B Blue Gem

📋 copy color: '#45349B'

red 69 ◦ green 52 ◦ blue 155

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

Shades of Blue Gem #45349B

Tints of Blue Gem #45349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 25%
G = 18.84%
B = 56.16%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45349B (or 0x45349B) is known color: Blue Gem. HEX triplet: 45, 34 and 9B. RGB value is (69,52,155). Sum of RGB (Red+Green+Blue) = 69+52+155=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #45349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45349B is #BACB64. Grayscale: #444444. Windows color (decimal): -12241765 or 10171461. OLE color: 10171461.

HSL color Cylindrical-coordinate representation of color #45349B: hue angle of 249.9º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45349B is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 52 155 -
CMYK 0.55 0.66 0 0.39
HSL 249.9º 0.5% 0.41% -
HSV(B) 249.9º 0.66% 0.61% -
XYZ 9.6 6.09 31.68 -
YUV 68.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 69 52 155 0.55 0.66 0 0.39 249.9 0.5 0.41
Hex 45 34 9B 37 42 0 27 FA 32 29
Octal 105 64 233 67 102 0 47 372 62 51
Binary 1000101 110100 10011011 110111 1000010 0 100111 11111010 110010 101001

Color Harmonies of #45349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45349B

Black with #45349B

Text Example


Text Example

White with #45349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45349B; }

 p { color: rgb(69,52,155); }

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

background-color css

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

 a { background-color: rgb(69,52,155); }

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

border-color css

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

 span { border-color: rgb(69,52,155); }

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