Html Css Color HEX #342398 Dark Slate Blue

📋 copy color: '#342398'

red 52 ◦ green 35 ◦ blue 152

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

Shades of Dark Slate Blue #342398

Tints of Dark Slate Blue #342398

RGB

 RED value IS 52 (20.7% from 255) = 21.76%

 GREEN value IS 35 (14.06% from 255) = 14.64%

 BLUE value IS 152 (59.77% from 255) = 63.6%

R = 21.76%
G = 14.64%
B = 63.6%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#342398 (or 0x342398) is known color: Dark Slate Blue. HEX triplet: 34, 23 and 98. RGB value is (52,35,152). Sum of RGB (Red+Green+Blue) = 52+35+152=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #342398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342398 is #CBDC67. Grayscale: #343434. Windows color (decimal): -13360232 or 9970484. OLE color: 9970484.

HSL color Cylindrical-coordinate representation of color #342398: hue angle of 248.72º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342398 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 35 152 -
CMYK 0.66 0.77 0 0.40
HSL 248.72º 0.63% 0.37% -
HSV(B) 248.72º 0.77% 0.6% -
XYZ 7.68 4.2 30.11 -
YUV 53.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 52 35 152 0.66 0.77 0 0.40 248.72 0.63 0.37
Hex 34 23 98 42 4D 0 28 F9 3F 25
Octal 64 43 230 102 115 0 50 371 77 45
Binary 110100 100011 10011000 1000010 1001101 0 101000 11111001 111111 100101

Color Harmonies of #342398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342398

Black with #342398

Text Example


Text Example

White with #342398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342398; }

 p { color: rgb(52,35,152); }

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

background-color css

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

 a { background-color: rgb(52,35,152); }

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

border-color css

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

 span { border-color: rgb(52,35,152); }

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