Html Css Color HEX #45379C Blue Gem

📋 copy color: '#45379C'

red 69 ◦ green 55 ◦ blue 156

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

Shades of Blue Gem #45379C

Tints of Blue Gem #45379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.71%

R = 24.64%
G = 19.64%
B = 55.71%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45379C (or 0x45379C) is known color: Blue Gem. HEX triplet: 45, 37 and 9C. RGB value is (69,55,156). Sum of RGB (Red+Green+Blue) = 69+55+156=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #45379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45379C is #BAC863. Grayscale: #464646. Windows color (decimal): -12240996 or 10237765. OLE color: 10237765.

HSL color Cylindrical-coordinate representation of color #45379C: hue angle of 248.32º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45379C is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 55 156 -
CMYK 0.56 0.65 0 0.39
HSL 248.32º 0.48% 0.41% -
HSV(B) 248.32º 0.65% 0.61% -
XYZ 9.82 6.4 32.17 -
YUV 70.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 69 55 156 0.56 0.65 0 0.39 248.32 0.48 0.41
Hex 45 37 9C 38 41 0 27 F8 30 29
Octal 105 67 234 70 101 0 47 370 60 51
Binary 1000101 110111 10011100 111000 1000001 0 100111 11111000 110000 101001

Color Harmonies of #45379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45379C

Black with #45379C

Text Example


Text Example

White with #45379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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