Html Css Color HEX #424398 Dark Slate Blue

📋 copy color: '#424398'

red 66 ◦ green 67 ◦ blue 152

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

Shades of Dark Slate Blue #424398

Tints of Dark Slate Blue #424398

RGB

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

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

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

R = 23.16%
G = 23.51%
B = 53.33%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#424398 (or 0x424398) is known color: Dark Slate Blue. HEX triplet: 42, 43 and 98. RGB value is (66,67,152). Sum of RGB (Red+Green+Blue) = 66+67+152=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #424398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424398 is #BDBC67. Grayscale: #4C4C4C. Windows color (decimal): -12434536 or 9978690. OLE color: 9978690.

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

Color convert

RGB 66 67 152 -
CMYK 0.57 0.56 0 0.40
HSL 239.3º 0.39% 0.43% -
HSV(B) 239.3º 0.57% 0.6% -
XYZ 9.92 7.44 30.62 -
YUV 76.39 170.67 120.59 -
System Red Green Blue C M Y K H S L
Decimal 66 67 152 0.57 0.56 0 0.40 239.3 0.39 0.43
Hex 42 43 98 39 38 0 28 EF 27 2B
Octal 102 103 230 71 70 0 50 357 47 53
Binary 1000010 1000011 10011000 111001 111000 0 101000 11101111 100111 101011

Color Harmonies of #424398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424398

Black with #424398

Text Example


Text Example

White with #424398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424398; }

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

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

background-color css

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

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

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

border-color css

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

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

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