Html Css Color HEX #343198 Dark Slate Blue

📋 copy color: '#343198'

red 52 ◦ green 49 ◦ blue 152

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

Shades of Dark Slate Blue #343198

Tints of Dark Slate Blue #343198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.37%

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

R = 20.55%
G = 19.37%
B = 60.08%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#343198 (or 0x343198) is known color: Dark Slate Blue. HEX triplet: 34, 31 and 98. RGB value is (52,49,152). Sum of RGB (Red+Green+Blue) = 52+49+152=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #343198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343198 is #CBCE67. Grayscale: #3D3D3D. Windows color (decimal): -13356648 or 9974068. OLE color: 9974068.

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

Color convert

RGB 52 49 152 -
CMYK 0.66 0.68 0 0.40
HSL 241.75º 0.51% 0.39% -
HSV(B) 241.75º 0.68% 0.6% -
XYZ 8.18 5.19 30.28 -
YUV 61.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 52 49 152 0.66 0.68 0 0.40 241.75 0.51 0.39
Hex 34 31 98 42 44 0 28 F2 33 27
Octal 64 61 230 102 104 0 50 362 63 47
Binary 110100 110001 10011000 1000010 1000100 0 101000 11110010 110011 100111

Color Harmonies of #343198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343198

Black with #343198

Text Example


Text Example

White with #343198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343198; }

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

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

background-color css

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

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

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

border-color css

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

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

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