Html Css Color HEX #44309B Blue Gem

📋 copy color: '#44309B'

red 68 ◦ green 48 ◦ blue 155

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

Shades of Blue Gem #44309B

Tints of Blue Gem #44309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 25.09%
G = 17.71%
B = 57.2%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44309B (or 0x44309B) is known color: Blue Gem. HEX triplet: 44, 30 and 9B. RGB value is (68,48,155). Sum of RGB (Red+Green+Blue) = 68+48+155=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #44309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44309B is #BBCF64. Grayscale: #414141. Windows color (decimal): -12308325 or 10170436. OLE color: 10170436.

HSL color Cylindrical-coordinate representation of color #44309B: hue angle of 251.21º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44309B is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 48 155 -
CMYK 0.56 0.69 0 0.39
HSL 251.22º 0.53% 0.4% -
HSV(B) 251.22º 0.69% 0.61% -
XYZ 9.36 5.71 31.62 -
YUV 66.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 68 48 155 0.56 0.69 0 0.39 251.22 0.53 0.4
Hex 44 30 9B 38 45 0 27 FB 35 28
Octal 104 60 233 70 105 0 47 373 65 50
Binary 1000100 110000 10011011 111000 1000101 0 100111 11111011 110101 101000

Color Harmonies of #44309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44309B

Black with #44309B

Text Example


Text Example

White with #44309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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