Html Css Color HEX #42368B Dark Slate Blue

📋 copy color: '#42368B'

red 66 ◦ green 54 ◦ blue 139

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

Shades of Dark Slate Blue #42368B

Tints of Dark Slate Blue #42368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 25.48%
G = 20.85%
B = 53.67%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42368B (or 0x42368B) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 8B. RGB value is (66,54,139). Sum of RGB (Red+Green+Blue) = 66+54+139=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #42368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42368B is #BDC974. Grayscale: #424242. Windows color (decimal): -12437877 or 9123394. OLE color: 9123394.

HSL color Cylindrical-coordinate representation of color #42368B: hue angle of 248.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42368B is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 54 139 -
CMYK 0.53 0.61 0 0.45
HSL 248.47º 0.44% 0.38% -
HSV(B) 248.47º 0.61% 0.55% -
XYZ 8.23 5.66 25.09 -
YUV 67.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 66 54 139 0.53 0.61 0 0.45 248.47 0.44 0.38
Hex 42 36 8B 35 3D 0 2D F8 2C 26
Octal 102 66 213 65 75 0 55 370 54 46
Binary 1000010 110110 10001011 110101 111101 0 101101 11111000 101100 100110

Color Harmonies of #42368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42368B

Black with #42368B

Text Example


Text Example

White with #42368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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