Html Css Color HEX #42367C Dark Slate Blue

📋 copy color: '#42367C'

red 66 ◦ green 54 ◦ blue 124

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

Shades of Dark Slate Blue #42367C

Tints of Dark Slate Blue #42367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 27.05%
G = 22.13%
B = 50.82%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42367C (or 0x42367C) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 7C. RGB value is (66,54,124). Sum of RGB (Red+Green+Blue) = 66+54+124=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #42367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42367C is #BDC983. Grayscale: #414141. Windows color (decimal): -12437892 or 8140354. OLE color: 8140354.

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

Color convert

RGB 66 54 124 -
CMYK 0.47 0.56 0 0.51
HSL 250.29º 0.39% 0.35% -
HSV(B) 250.29º 0.56% 0.49% -
XYZ 7.2 5.25 19.7 -
YUV 65.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 66 54 124 0.47 0.56 0 0.51 250.29 0.39 0.35
Hex 42 36 7C 2F 38 0 33 FA 27 23
Octal 102 66 174 57 70 0 63 372 47 43
Binary 1000010 110110 1111100 101111 111000 0 110011 11111010 100111 100011

Color Harmonies of #42367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42367C

Black with #42367C

Text Example


Text Example

White with #42367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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