Html Css Color HEX #442698 Blue Gem

📋 copy color: '#442698'

red 68 ◦ green 38 ◦ blue 152

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

Shades of Blue Gem #442698

Tints of Blue Gem #442698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 26.36%
G = 14.73%
B = 58.91%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#442698 (or 0x442698) is known color: Blue Gem. HEX triplet: 44, 26 and 98. RGB value is (68,38,152). Sum of RGB (Red+Green+Blue) = 68+38+152=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #442698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442698 is #BBD967. Grayscale: #3B3B3B. Windows color (decimal): -12310888 or 9971268. OLE color: 9971268.

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

Color convert

RGB 68 38 152 -
CMYK 0.55 0.75 0 0.40
HSL 255.79º 0.6% 0.37% -
HSV(B) 255.79º 0.75% 0.6% -
XYZ 8.74 4.88 30.19 -
YUV 59.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 68 38 152 0.55 0.75 0 0.40 255.79 0.6 0.37
Hex 44 26 98 37 4B 0 28 100 3C 25
Octal 104 46 230 67 113 0 50 400 74 45
Binary 1000100 100110 10011000 110111 1001011 0 101000 100000000 111100 100101

Color Harmonies of #442698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442698

Black with #442698

Text Example


Text Example

White with #442698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442698; }

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

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

background-color css

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

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

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

border-color css

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

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

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