Html Css Color HEX #442497 Blue Gem

📋 copy color: '#442497'

red 68 ◦ green 36 ◦ blue 151

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

Shades of Blue Gem #442497

Tints of Blue Gem #442497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.12%

 BLUE value IS 151 (59.38% from 255) = 59.22%

R = 26.67%
G = 14.12%
B = 59.22%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#442497 (or 0x442497) is known color: Blue Gem. HEX triplet: 44, 24 and 97. RGB value is (68,36,151). Sum of RGB (Red+Green+Blue) = 68+36+151=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #442497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442497 is #BBDB68. Grayscale: #3A3A3A. Windows color (decimal): -12311401 or 9905220. OLE color: 9905220.

HSL color Cylindrical-coordinate representation of color #442497: hue angle of 256.7º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442497 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 36 151 -
CMYK 0.55 0.76 0 0.41
HSL 256.7º 0.61% 0.37% -
HSV(B) 256.7º 0.76% 0.59% -
XYZ 8.6 4.73 29.74 -
YUV 58.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 68 36 151 0.55 0.76 0 0.41 256.7 0.61 0.37
Hex 44 24 97 37 4C 0 29 101 3D 25
Octal 104 44 227 67 114 0 51 401 75 45
Binary 1000100 100100 10010111 110111 1001100 0 101001 100000001 111101 100101

Color Harmonies of #442497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442497

Black with #442497

Text Example


Text Example

White with #442497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442497; }

 p { color: rgb(68,36,151); }

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

background-color css

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

 a { background-color: rgb(68,36,151); }

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

border-color css

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

 span { border-color: rgb(68,36,151); }

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