Html Css Color HEX #44339D Blue Gem

📋 copy color: '#44339D'

red 68 ◦ green 51 ◦ blue 157

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

Shades of Blue Gem #44339D

Tints of Blue Gem #44339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 24.64%
G = 18.48%
B = 56.88%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44339D (or 0x44339D) is known color: Blue Gem. HEX triplet: 44, 33 and 9D. RGB value is (68,51,157). Sum of RGB (Red+Green+Blue) = 68+51+157=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #44339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44339D is #BBCC62. Grayscale: #434343. Windows color (decimal): -12307555 or 10302276. OLE color: 10302276.

HSL color Cylindrical-coordinate representation of color #44339D: hue angle of 249.62º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44339D is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 51 157 -
CMYK 0.57 0.68 0 0.38
HSL 249.62º 0.51% 0.41% -
HSV(B) 249.62º 0.68% 0.62% -
XYZ 9.65 6.03 32.55 -
YUV 68.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 68 51 157 0.57 0.68 0 0.38 249.62 0.51 0.41
Hex 44 33 9D 39 44 0 26 FA 33 29
Octal 104 63 235 71 104 0 46 372 63 51
Binary 1000100 110011 10011101 111001 1000100 0 100110 11111010 110011 101001

Color Harmonies of #44339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44339D

Black with #44339D

Text Example


Text Example

White with #44339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,51,157); }

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

background-color css

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

 a { background-color: rgb(68,51,157); }

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

border-color css

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

 span { border-color: rgb(68,51,157); }

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