Html Css Color HEX #424394 Dark Slate Blue

📋 copy color: '#424394'

red 66 ◦ green 67 ◦ blue 148

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

Shades of Dark Slate Blue #424394

Tints of Dark Slate Blue #424394

RGB

 RED value IS 66 (26.17% from 255) = 23.49%

 GREEN value IS 67 (26.56% from 255) = 23.84%

 BLUE value IS 148 (58.2% from 255) = 52.67%

R = 23.49%
G = 23.84%
B = 52.67%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424394 (or 0x424394) is known color: Dark Slate Blue. HEX triplet: 42, 43 and 94. RGB value is (66,67,148). Sum of RGB (Red+Green+Blue) = 66+67+148=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #424394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424394 is #BDBC6B. Grayscale: #4B4B4B. Windows color (decimal): -12434540 or 9716546. OLE color: 9716546.

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

Color convert

RGB 66 67 148 -
CMYK 0.55 0.55 0 0.42
HSL 239.27º 0.38% 0.42% -
HSV(B) 239.27º 0.55% 0.58% -
XYZ 9.6 7.31 28.92 -
YUV 75.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 66 67 148 0.55 0.55 0 0.42 239.27 0.38 0.42
Hex 42 43 94 37 37 0 2A EF 26 2A
Octal 102 103 224 67 67 0 52 357 46 52
Binary 1000010 1000011 10010100 110111 110111 0 101010 11101111 100110 101010

Color Harmonies of #424394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424394

Black with #424394

Text Example


Text Example

White with #424394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424394; }

 p { color: rgb(66,67,148); }

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

background-color css

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

 a { background-color: rgb(66,67,148); }

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

border-color css

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

 span { border-color: rgb(66,67,148); }

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