#44269D

Color #44269D Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #44269D

Tints of Blue Gem #44269D

Color information

#44269D (or 0x44269D) is unknown color: approx Blue Gem. HEX triplet: 44, 26 and 9D. RGB value is (68,38,157). Sum of RGB (Red+Green+Blue) = 68+38+157=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #44269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44269D is #BBD962. Grayscale: #3C3C3C. Windows color (decimal): -12310883 or 10298948. OLE color: 10298948.

HSL color Cylindrical-coordinate representation of color #44269D: hue angle of 255.13º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44269D is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6838157-
CMYK0.570.7600.38
HSL255.13º61.03%38.24%-
HSV(B)255.13º75.8%61.57%-
XYZ9.165.0532.39-
YUV60.54182.44133.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 157 (61.72% from 255) = 59.70%
R=25.86%
G=14.45%
B=59.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68381570.570.7600.38255.1361.0338.24
Hex44269D394C026ff3d26
Octal10446235711140463777546
Binary1000100100110100111011110011001100010011011111111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44269D; }

 p { color: rgb(68,38,157); }

 H1.HeaderClassName
 {
   color: #44269D;
 }
 .AnyTagClassName
 {
   color: #44269D;
 }
</style>
background-color css

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

 a { background-color: rgb(68,38,157); }

 div.DivClassName
 {
   background-color: #44269D;
 }
 .BgClassName
 {
   background-color: #44269D;
 }
</style>
border-color css

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

 span { border-color: rgb(68,38,157); }

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