Html Css Color HEX #44308A Blue Gem

📋 copy color: '#44308A'

red 68 ◦ green 48 ◦ blue 138

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

Shades of Blue Gem #44308A

Tints of Blue Gem #44308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.33%

R = 26.77%
G = 18.9%
B = 54.33%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44308A (or 0x44308A) is known color: Blue Gem. HEX triplet: 44, 30 and 8A. RGB value is (68,48,138). Sum of RGB (Red+Green+Blue) = 68+48+138=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #44308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44308A is #BBCF75. Grayscale: #3F3F3F. Windows color (decimal): -12308342 or 9056324. OLE color: 9056324.

HSL color Cylindrical-coordinate representation of color #44308A: hue angle of 253.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44308A is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 48 138 -
CMYK 0.51 0.65 0 0.46
HSL 253.33º 0.48% 0.36% -
HSV(B) 253.33º 0.65% 0.54% -
XYZ 8.03 5.18 24.62 -
YUV 64.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 68 48 138 0.51 0.65 0 0.46 253.33 0.48 0.36
Hex 44 30 8A 33 41 0 2E FD 30 24
Octal 104 60 212 63 101 0 56 375 60 44
Binary 1000100 110000 10001010 110011 1000001 0 101110 11111101 110000 100100

Color Harmonies of #44308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44308A

Black with #44308A

Text Example


Text Example

White with #44308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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