Html Css Color HEX #44308F Blue Gem

📋 copy color: '#44308F'

red 68 ◦ green 48 ◦ blue 143

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

Shades of Blue Gem #44308F

Tints of Blue Gem #44308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.21%

R = 26.25%
G = 18.53%
B = 55.21%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44308F (or 0x44308F) is known color: Blue Gem. HEX triplet: 44, 30 and 8F. RGB value is (68,48,143). Sum of RGB (Red+Green+Blue) = 68+48+143=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #44308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44308F is #BBCF70. Grayscale: #404040. Windows color (decimal): -12308337 or 9384004. OLE color: 9384004.

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

Color convert

RGB 68 48 143 -
CMYK 0.52 0.66 0 0.44
HSL 252.63º 0.5% 0.37% -
HSV(B) 252.63º 0.66% 0.56% -
XYZ 8.4 5.33 26.57 -
YUV 64.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 68 48 143 0.52 0.66 0 0.44 252.63 0.5 0.37
Hex 44 30 8F 34 42 0 2C FD 32 25
Octal 104 60 217 64 102 0 54 375 62 45
Binary 1000100 110000 10001111 110100 1000010 0 101100 11111101 110010 100101

Color Harmonies of #44308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44308F

Black with #44308F

Text Example


Text Example

White with #44308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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