Html Css Color HEX #443094 Blue Gem

📋 copy color: '#443094'

red 68 ◦ green 48 ◦ blue 148

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

Shades of Blue Gem #443094

Tints of Blue Gem #443094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 25.76%
G = 18.18%
B = 56.06%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#443094 (or 0x443094) is known color: Blue Gem. HEX triplet: 44, 30 and 94. RGB value is (68,48,148). Sum of RGB (Red+Green+Blue) = 68+48+148=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #443094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443094 is #BBCF6B. Grayscale: #414141. Windows color (decimal): -12308332 or 9711684. OLE color: 9711684.

HSL color Cylindrical-coordinate representation of color #443094: hue angle of 252º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443094 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 48 148 -
CMYK 0.54 0.68 0 0.42
HSL 252º 0.51% 0.38% -
HSV(B) 252º 0.68% 0.58% -
XYZ 8.79 5.48 28.61 -
YUV 65.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 68 48 148 0.54 0.68 0 0.42 252 0.51 0.38
Hex 44 30 94 36 44 0 2A FC 33 26
Octal 104 60 224 66 104 0 52 374 63 46
Binary 1000100 110000 10010100 110110 1000100 0 101010 11111100 110011 100110

Color Harmonies of #443094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443094

Black with #443094

Text Example


Text Example

White with #443094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443094; }

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

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

background-color css

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

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

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

border-color css

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

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

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