Html Css Color HEX #45379F Blue Gem

📋 copy color: '#45379F'

red 69 ◦ green 55 ◦ blue 159

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

Shades of Blue Gem #45379F

Tints of Blue Gem #45379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

 BLUE value IS 159 (62.5% from 255) = 56.18%

R = 24.38%
G = 19.43%
B = 56.18%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45379F (or 0x45379F) is known color: Blue Gem. HEX triplet: 45, 37 and 9F. RGB value is (69,55,159). Sum of RGB (Red+Green+Blue) = 69+55+159=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #45379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45379F is #BAC860. Grayscale: #464646. Windows color (decimal): -12240993 or 10434373. OLE color: 10434373.

HSL color Cylindrical-coordinate representation of color #45379F: hue angle of 248.08º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45379F is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 55 159 -
CMYK 0.57 0.65 0 0.38
HSL 248.08º 0.49% 0.42% -
HSV(B) 248.08º 0.65% 0.62% -
XYZ 10.08 6.5 33.52 -
YUV 71.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 69 55 159 0.57 0.65 0 0.38 248.08 0.49 0.42
Hex 45 37 9F 39 41 0 26 F8 31 2A
Octal 105 67 237 71 101 0 46 370 61 52
Binary 1000101 110111 10011111 111001 1000001 0 100110 11111000 110001 101010

Color Harmonies of #45379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45379F

Black with #45379F

Text Example


Text Example

White with #45379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45379F; }

 p { color: rgb(69,55,159); }

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

background-color css

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

 a { background-color: rgb(69,55,159); }

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

border-color css

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

 span { border-color: rgb(69,55,159); }

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