Html Css Color HEX #42438C Dark Slate Blue

📋 copy color: '#42438C'

red 66 ◦ green 67 ◦ blue 140

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

Shades of Dark Slate Blue #42438C

Tints of Dark Slate Blue #42438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 24.18%
G = 24.54%
B = 51.28%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42438C (or 0x42438C) is known color: Dark Slate Blue. HEX triplet: 42, 43 and 8C. RGB value is (66,67,140). Sum of RGB (Red+Green+Blue) = 66+67+140=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #42438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42438C is #BDBC73. Grayscale: #4A4A4A. Windows color (decimal): -12434548 or 9192258. OLE color: 9192258.

HSL color Cylindrical-coordinate representation of color #42438C: hue angle of 239.19º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42438C is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 67 140 -
CMYK 0.53 0.52 0 0.45
HSL 239.19º 0.36% 0.4% -
HSV(B) 239.19º 0.53% 0.55% -
XYZ 8.99 7.07 25.7 -
YUV 75.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 66 67 140 0.53 0.52 0 0.45 239.19 0.36 0.4
Hex 42 43 8C 35 34 0 2D EF 24 28
Octal 102 103 214 65 64 0 55 357 44 50
Binary 1000010 1000011 10001100 110101 110100 0 101101 11101111 100100 101000

Color Harmonies of #42438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42438C

Black with #42438C

Text Example


Text Example

White with #42438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42438C; }

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

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

background-color css

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

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

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

border-color css

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

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

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