#444298

Color #444298 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #444298

Tints of Dark Slate Blue #444298

Color information

#444298 (or 0x444298) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 42 and 98. RGB value is (68,66,152). Sum of RGB (Red+Green+Blue) = 68+66+152=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #444298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444298 is #BBBD67. Grayscale: #4C4C4C. Windows color (decimal): -12303720 or 9978436. OLE color: 9978436.

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

Color convert

RGB6866152-
CMYK0.550.5700.40
HSL241.4º39.45%42.75%-
HSV(B)241.4º56.58%59.61%-
XYZ107.3930.61-
YUV76.4170.66122.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=23.78%
G=23.08%
B=53.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68661520.550.5700.40241.439.4542.75
Hex4442983739028f1272b
Octal10410223067710503614753
Binary1000100100001010011000110111111001010100011110001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444298; }

 p { color: rgb(68,66,152); }

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

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

 a { background-color: rgb(68,66,152); }

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

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

 span { border-color: rgb(68,66,152); }

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