Html Css Color HEX #44308B Blue Gem

📋 copy color: '#44308B'

red 68 ◦ green 48 ◦ blue 139

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

Shades of Blue Gem #44308B

Tints of Blue Gem #44308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 26.67%
G = 18.82%
B = 54.51%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44308B (or 0x44308B) is known color: Blue Gem. HEX triplet: 44, 30 and 8B. RGB value is (68,48,139). Sum of RGB (Red+Green+Blue) = 68+48+139=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #44308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44308B is #BBCF74. Grayscale: #404040. Windows color (decimal): -12308341 or 9121860. OLE color: 9121860.

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

Color convert

RGB 68 48 139 -
CMYK 0.51 0.65 0 0.45
HSL 253.19º 0.49% 0.37% -
HSV(B) 253.19º 0.65% 0.55% -
XYZ 8.1 5.21 25 -
YUV 64.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 68 48 139 0.51 0.65 0 0.45 253.19 0.49 0.37
Hex 44 30 8B 33 41 0 2D FD 31 25
Octal 104 60 213 63 101 0 55 375 61 45
Binary 1000100 110000 10001011 110011 1000001 0 101101 11111101 110001 100101

Color Harmonies of #44308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44308B

Black with #44308B

Text Example


Text Example

White with #44308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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