Html Css Color HEX #42348B Dark Slate Blue

📋 copy color: '#42348B'

red 66 ◦ green 52 ◦ blue 139

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

Shades of Dark Slate Blue #42348B

Tints of Dark Slate Blue #42348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 25.68%
G = 20.23%
B = 54.09%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42348B (or 0x42348B) is known color: Dark Slate Blue. HEX triplet: 42, 34 and 8B. RGB value is (66,52,139). Sum of RGB (Red+Green+Blue) = 66+52+139=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #42348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42348B is #BDCB74. Grayscale: #414141. Windows color (decimal): -12438389 or 9122882. OLE color: 9122882.

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

Color convert

RGB 66 52 139 -
CMYK 0.53 0.63 0 0.45
HSL 249.66º 0.46% 0.37% -
HSV(B) 249.66º 0.63% 0.55% -
XYZ 8.13 5.48 25.05 -
YUV 66.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 66 52 139 0.53 0.63 0 0.45 249.66 0.46 0.37
Hex 42 34 8B 35 3F 0 2D FA 2E 25
Octal 102 64 213 65 77 0 55 372 56 45
Binary 1000010 110100 10001011 110101 111111 0 101101 11111010 101110 100101

Color Harmonies of #42348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42348B

Black with #42348B

Text Example


Text Example

White with #42348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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