Html Css Color HEX #442598 Blue Gem

📋 copy color: '#442598'

red 68 ◦ green 37 ◦ blue 152

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

Shades of Blue Gem #442598

Tints of Blue Gem #442598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 26.46%
G = 14.4%
B = 59.14%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#442598 (or 0x442598) is known color: Blue Gem. HEX triplet: 44, 25 and 98. RGB value is (68,37,152). Sum of RGB (Red+Green+Blue) = 68+37+152=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #442598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442598 is #BBDA67. Grayscale: #3A3A3A. Windows color (decimal): -12311144 or 9971012. OLE color: 9971012.

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

Color convert

RGB 68 37 152 -
CMYK 0.55 0.76 0 0.40
HSL 256.17º 0.61% 0.37% -
HSV(B) 256.17º 0.76% 0.6% -
XYZ 8.71 4.82 30.18 -
YUV 59.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 68 37 152 0.55 0.76 0 0.40 256.17 0.61 0.37
Hex 44 25 98 37 4C 0 28 100 3D 25
Octal 104 45 230 67 114 0 50 400 75 45
Binary 1000100 100101 10011000 110111 1001100 0 101000 100000000 111101 100101

Color Harmonies of #442598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442598

Black with #442598

Text Example


Text Example

White with #442598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442598; }

 p { color: rgb(68,37,152); }

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

background-color css

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

 a { background-color: rgb(68,37,152); }

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

border-color css

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

 span { border-color: rgb(68,37,152); }

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