Html Css Color HEX #442299 Blue Gem

📋 copy color: '#442299'

red 68 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #442299

Tints of Blue Gem #442299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 153 (60.16% from 255) = 60%

R = 26.67%
G = 13.33%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#442299 (or 0x442299) is known color: Blue Gem. HEX triplet: 44, 22 and 99. RGB value is (68,34,153). Sum of RGB (Red+Green+Blue) = 68+34+153=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #442299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442299 is #BBDD66. Grayscale: #393939. Windows color (decimal): -12311911 or 10035780. OLE color: 10035780.

HSL color Cylindrical-coordinate representation of color #442299: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442299 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 34 153 -
CMYK 0.56 0.78 0 0.4
HSL 257.14º 0.64% 0.37% -
HSV(B) 257.14º 0.78% 0.6% -
XYZ 8.71 4.67 30.58 -
YUV 57.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 68 34 153 0.56 0.78 0 0.4 257.14 0.64 0.37
Hex 44 22 99 38 4E 0 28 101 40 25
Octal 104 42 231 70 116 0 50 401 100 45
Binary 1000100 100010 10011001 111000 1001110 0 101000 100000001 1000000 100101

Color Harmonies of #442299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442299

Black with #442299

Text Example


Text Example

White with #442299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442299; }

 p { color: rgb(68,34,153); }

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

background-color css

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

 a { background-color: rgb(68,34,153); }

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

border-color css

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

 span { border-color: rgb(68,34,153); }

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