Html Css Color HEX #42367E Dark Slate Blue

📋 copy color: '#42367E'

red 66 ◦ green 54 ◦ blue 126

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

Shades of Dark Slate Blue #42367E

Tints of Dark Slate Blue #42367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 26.83%
G = 21.95%
B = 51.22%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42367E (or 0x42367E) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 7E. RGB value is (66,54,126). Sum of RGB (Red+Green+Blue) = 66+54+126=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #42367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42367E is #BDC981. Grayscale: #414141. Windows color (decimal): -12437890 or 8271426. OLE color: 8271426.

HSL color Cylindrical-coordinate representation of color #42367E: hue angle of 250º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42367E is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 54 126 -
CMYK 0.48 0.57 0 0.51
HSL 250º 0.4% 0.35% -
HSV(B) 250º 0.57% 0.49% -
XYZ 7.33 5.3 20.38 -
YUV 65.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 66 54 126 0.48 0.57 0 0.51 250 0.4 0.35
Hex 42 36 7E 30 39 0 33 FA 28 23
Octal 102 66 176 60 71 0 63 372 50 43
Binary 1000010 110110 1111110 110000 111001 0 110011 11111010 101000 100011

Color Harmonies of #42367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42367E

Black with #42367E

Text Example


Text Example

White with #42367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42367E; }

 p { color: rgb(66,54,126); }

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

background-color css

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

 a { background-color: rgb(66,54,126); }

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

border-color css

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

 span { border-color: rgb(66,54,126); }

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