Html Css Color HEX #444098 Dark Slate Blue

📋 copy color: '#444098'

red 68 ◦ green 64 ◦ blue 152

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

Shades of Dark Slate Blue #444098

Tints of Dark Slate Blue #444098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 23.94%
G = 22.54%
B = 53.52%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#444098 (or 0x444098) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 98. RGB value is (68,64,152). Sum of RGB (Red+Green+Blue) = 68+64+152=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #444098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444098 is #BBBF67. Grayscale: #4A4A4A. Windows color (decimal): -12304232 or 9977924. OLE color: 9977924.

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

Color convert

RGB 68 64 152 -
CMYK 0.55 0.58 0 0.40
HSL 242.73º 0.41% 0.42% -
HSV(B) 242.73º 0.58% 0.6% -
XYZ 9.88 7.16 30.57 -
YUV 75.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 68 64 152 0.55 0.58 0 0.40 242.73 0.41 0.42
Hex 44 40 98 37 3A 0 28 F3 29 2A
Octal 104 100 230 67 72 0 50 363 51 52
Binary 1000100 1000000 10011000 110111 111010 0 101000 11110011 101001 101010

Color Harmonies of #444098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444098

Black with #444098

Text Example


Text Example

White with #444098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444098; }

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

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

background-color css

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

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

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

border-color css

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

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

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