Html Css Color HEX #443297 Blue Gem

📋 copy color: '#443297'

red 68 ◦ green 50 ◦ blue 151

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

Shades of Blue Gem #443297

Tints of Blue Gem #443297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 25.28%
G = 18.59%
B = 56.13%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#443297 (or 0x443297) is known color: Blue Gem. HEX triplet: 44, 32 and 97. RGB value is (68,50,151). Sum of RGB (Red+Green+Blue) = 68+50+151=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #443297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443297 is #BBCD68. Grayscale: #424242. Windows color (decimal): -12307817 or 9908804. OLE color: 9908804.

HSL color Cylindrical-coordinate representation of color #443297: hue angle of 250.69º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443297 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 50 151 -
CMYK 0.55 0.67 0 0.41
HSL 250.69º 0.5% 0.39% -
HSV(B) 250.69º 0.67% 0.59% -
XYZ 9.11 5.74 29.91 -
YUV 66.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 68 50 151 0.55 0.67 0 0.41 250.69 0.5 0.39
Hex 44 32 97 37 43 0 29 FB 32 27
Octal 104 62 227 67 103 0 51 373 62 47
Binary 1000100 110010 10010111 110111 1000011 0 101001 11111011 110010 100111

Color Harmonies of #443297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443297

Black with #443297

Text Example


Text Example

White with #443297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443297; }

 p { color: rgb(68,50,151); }

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

background-color css

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

 a { background-color: rgb(68,50,151); }

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

border-color css

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

 span { border-color: rgb(68,50,151); }

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