Html Css Color HEX #442C98 Blue Gem

📋 copy color: '#442C98'

red 68 ◦ green 44 ◦ blue 152

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

Shades of Blue Gem #442C98

Tints of Blue Gem #442C98

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

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

R = 25.76%
G = 16.67%
B = 57.58%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#442C98 (or 0x442C98) is known color: Blue Gem. HEX triplet: 44, 2C and 98. RGB value is (68,44,152). Sum of RGB (Red+Green+Blue) = 68+44+152=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #442C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442C98 is #BBD367. Grayscale: #3F3F3F. Windows color (decimal): -12309352 or 9972804. OLE color: 9972804.

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

Color convert

RGB 68 44 152 -
CMYK 0.55 0.71 0 0.40
HSL 253.33º 0.55% 0.38% -
HSV(B) 253.33º 0.71% 0.6% -
XYZ 8.95 5.3 30.26 -
YUV 63.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 68 44 152 0.55 0.71 0 0.40 253.33 0.55 0.38
Hex 44 2C 98 37 47 0 28 FD 37 26
Octal 104 54 230 67 107 0 50 375 67 46
Binary 1000100 101100 10011000 110111 1000111 0 101000 11111101 110111 100110

Color Harmonies of #442C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C98

Black with #442C98

Text Example


Text Example

White with #442C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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