Html Css Color HEX #443492 Blue Gem

📋 copy color: '#443492'

red 68 ◦ green 52 ◦ blue 146

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

Shades of Blue Gem #443492

Tints of Blue Gem #443492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.89%

R = 25.56%
G = 19.55%
B = 54.89%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#443492 (or 0x443492) is known color: Blue Gem. HEX triplet: 44, 34 and 92. RGB value is (68,52,146). Sum of RGB (Red+Green+Blue) = 68+52+146=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #443492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443492 is #BBCB6D. Grayscale: #434343. Windows color (decimal): -12307310 or 9581636. OLE color: 9581636.

HSL color Cylindrical-coordinate representation of color #443492: hue angle of 250.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #443492 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 52 146 -
CMYK 0.53 0.64 0 0.43
HSL 250.21º 0.47% 0.39% -
HSV(B) 250.21º 0.64% 0.57% -
XYZ 8.8 5.76 27.84 -
YUV 67.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 68 52 146 0.53 0.64 0 0.43 250.21 0.47 0.39
Hex 44 34 92 35 40 0 2B FA 2F 27
Octal 104 64 222 65 100 0 53 372 57 47
Binary 1000100 110100 10010010 110101 1000000 0 101011 11111010 101111 100111

Color Harmonies of #443492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443492

Black with #443492

Text Example


Text Example

White with #443492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443492; }

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

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

background-color css

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

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

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

border-color css

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

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

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