Html Css Color HEX #424098 Dark Slate Blue

📋 copy color: '#424098'

red 66 ◦ green 64 ◦ blue 152

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

Shades of Dark Slate Blue #424098

Tints of Dark Slate Blue #424098

RGB

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

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

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

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

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#424098 (or 0x424098) is known color: Dark Slate Blue. HEX triplet: 42, 40 and 98. RGB value is (66,64,152). Sum of RGB (Red+Green+Blue) = 66+64+152=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 64 (25.39% from 255 or 22.70% 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 #424098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424098 is #BDBF67. Grayscale: #4A4A4A. Windows color (decimal): -12435304 or 9977922. OLE color: 9977922.

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

Color convert

RGB 66 64 152 -
CMYK 0.57 0.58 0 0.40
HSL 241.36º 0.41% 0.42% -
HSV(B) 241.36º 0.58% 0.6% -
XYZ 9.75 7.09 30.56 -
YUV 74.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 66 64 152 0.57 0.58 0 0.40 241.36 0.41 0.42
Hex 42 40 98 39 3A 0 28 F1 29 2A
Octal 102 100 230 71 72 0 50 361 51 52
Binary 1000010 1000000 10011000 111001 111010 0 101000 11110001 101001 101010

Color Harmonies of #424098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424098

Black with #424098

Text Example


Text Example

White with #424098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424098; }

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

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

background-color css

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

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

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

border-color css

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

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

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