Html Css Color HEX #44359A Blue Gem

📋 copy color: '#44359A'

red 68 ◦ green 53 ◦ blue 154

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

Shades of Blue Gem #44359A

Tints of Blue Gem #44359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 154 (60.55% from 255) = 56%

R = 24.73%
G = 19.27%
B = 56%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#44359A (or 0x44359A) is known color: Blue Gem. HEX triplet: 44, 35 and 9A. RGB value is (68,53,154). Sum of RGB (Red+Green+Blue) = 68+53+154=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #44359A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44359A is #BBCA65. Grayscale: #444444. Windows color (decimal): -12307046 or 10106180. OLE color: 10106180.

HSL color Cylindrical-coordinate representation of color #44359A: hue angle of 248.91º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44359A is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 53 154 -
CMYK 0.56 0.66 0 0.40
HSL 248.91º 0.49% 0.41% -
HSV(B) 248.91º 0.66% 0.6% -
XYZ 9.49 6.11 31.25 -
YUV 69 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 68 53 154 0.56 0.66 0 0.40 248.91 0.49 0.41
Hex 44 35 9A 38 42 0 28 F9 31 29
Octal 104 65 232 70 102 0 50 371 61 51
Binary 1000100 110101 10011010 111000 1000010 0 101000 11111001 110001 101001

Color Harmonies of #44359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44359A

Black with #44359A

Text Example


Text Example

White with #44359A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,53,154); }

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

background-color css

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

 a { background-color: rgb(68,53,154); }

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

border-color css

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

 span { border-color: rgb(68,53,154); }

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