Html Css Color HEX #443494 Blue Gem

📋 copy color: '#443494'

red 68 ◦ green 52 ◦ blue 148

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

Shades of Blue Gem #443494

Tints of Blue Gem #443494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 25.37%
G = 19.4%
B = 55.22%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#443494 (or 0x443494) is known color: Blue Gem. HEX triplet: 44, 34 and 94. RGB value is (68,52,148). Sum of RGB (Red+Green+Blue) = 68+52+148=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #443494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443494 is #BBCB6B. Grayscale: #434343. Windows color (decimal): -12307308 or 9712708. OLE color: 9712708.

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

Color convert

RGB 68 52 148 -
CMYK 0.54 0.65 0 0.42
HSL 250º 0.48% 0.39% -
HSV(B) 250º 0.65% 0.58% -
XYZ 8.96 5.82 28.67 -
YUV 67.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 68 52 148 0.54 0.65 0 0.42 250 0.48 0.39
Hex 44 34 94 36 41 0 2A FA 30 27
Octal 104 64 224 66 101 0 52 372 60 47
Binary 1000100 110100 10010100 110110 1000001 0 101010 11111010 110000 100111

Color Harmonies of #443494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443494

Black with #443494

Text Example


Text Example

White with #443494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443494; }

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

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

background-color css

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

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

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

border-color css

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

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

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