Html Css Color HEX #442B94 Blue Gem

📋 copy color: '#442B94'

red 68 ◦ green 43 ◦ blue 148

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

Shades of Blue Gem #442B94

Tints of Blue Gem #442B94

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 26.25%
G = 16.6%
B = 57.14%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442B94 (or 0x442B94) is known color: Blue Gem. HEX triplet: 44, 2B and 94. RGB value is (68,43,148). Sum of RGB (Red+Green+Blue) = 68+43+148=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #442B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442B94 is #BBD46B. Grayscale: #3E3E3E. Windows color (decimal): -12309612 or 9710404. OLE color: 9710404.

HSL color Cylindrical-coordinate representation of color #442B94: hue angle of 254.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #442B94 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 43 148 -
CMYK 0.54 0.71 0 0.42
HSL 254.29º 0.55% 0.37% -
HSV(B) 254.29º 0.71% 0.58% -
XYZ 8.59 5.09 28.55 -
YUV 62.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 68 43 148 0.54 0.71 0 0.42 254.29 0.55 0.37
Hex 44 2B 94 36 47 0 2A FE 37 25
Octal 104 53 224 66 107 0 52 376 67 45
Binary 1000100 101011 10010100 110110 1000111 0 101010 11111110 110111 100101

Color Harmonies of #442B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B94

Black with #442B94

Text Example


Text Example

White with #442B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,43,148); }

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

background-color css

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

 a { background-color: rgb(68,43,148); }

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

border-color css

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

 span { border-color: rgb(68,43,148); }

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