Html Css Color HEX #404298 Dark Slate Blue

📋 copy color: '#404298'

red 64 ◦ green 66 ◦ blue 152

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

Shades of Dark Slate Blue #404298

Tints of Dark Slate Blue #404298

RGB

 RED value IS 64 (25.39% from 255) = 22.7%

 GREEN value IS 66 (26.17% from 255) = 23.4%

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

R = 22.7%
G = 23.4%
B = 53.9%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#404298 (or 0x404298) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 98. RGB value is (64,66,152). Sum of RGB (Red+Green+Blue) = 64+66+152=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #404298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404298 is #BFBD67. Grayscale: #4A4A4A. Windows color (decimal): -12565864 or 9978432. OLE color: 9978432.

HSL color Cylindrical-coordinate representation of color #404298: hue angle of 238.64º 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 #404298 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 66 152 -
CMYK 0.58 0.57 0 0.40
HSL 238.64º 0.41% 0.42% -
HSV(B) 238.64º 0.58% 0.6% -
XYZ 9.73 7.25 30.59 -
YUV 75.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 64 66 152 0.58 0.57 0 0.40 238.64 0.41 0.42
Hex 40 42 98 3A 39 0 28 EF 29 2A
Octal 100 102 230 72 71 0 50 357 51 52
Binary 1000000 1000010 10011000 111010 111001 0 101000 11101111 101001 101010

Color Harmonies of #404298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404298

Black with #404298

Text Example


Text Example

White with #404298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404298; }

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

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

background-color css

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

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

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

border-color css

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

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

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