Html Css Color HEX #44308D Blue Gem

📋 copy color: '#44308D'

red 68 ◦ green 48 ◦ blue 141

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

Shades of Blue Gem #44308D

Tints of Blue Gem #44308D

RGB

 RED value IS 68 (26.95% from 255) = 26.46%

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 26.46%
G = 18.68%
B = 54.86%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44308D (or 0x44308D) is known color: Blue Gem. HEX triplet: 44, 30 and 8D. RGB value is (68,48,141). Sum of RGB (Red+Green+Blue) = 68+48+141=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #44308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44308D is #BBCF72. Grayscale: #404040. Windows color (decimal): -12308339 or 9252932. OLE color: 9252932.

HSL color Cylindrical-coordinate representation of color #44308D: hue angle of 252.9º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44308D is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 48 141 -
CMYK 0.52 0.66 0 0.45
HSL 252.9º 0.49% 0.37% -
HSV(B) 252.9º 0.66% 0.55% -
XYZ 8.25 5.27 25.78 -
YUV 64.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 68 48 141 0.52 0.66 0 0.45 252.9 0.49 0.37
Hex 44 30 8D 34 42 0 2D FD 31 25
Octal 104 60 215 64 102 0 55 375 61 45
Binary 1000100 110000 10001101 110100 1000010 0 101101 11111101 110001 100101

Color Harmonies of #44308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44308D

Black with #44308D

Text Example


Text Example

White with #44308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44308D; }

 p { color: rgb(68,48,141); }

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

background-color css

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

 a { background-color: rgb(68,48,141); }

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

border-color css

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

 span { border-color: rgb(68,48,141); }

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