Html Css Color HEX #343CA0 Dark Slate Blue

📋 copy color: '#343CA0'

red 52 ◦ green 60 ◦ blue 160

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

Shades of Dark Slate Blue #343CA0

Tints of Dark Slate Blue #343CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

 BLUE value IS 160 (62.89% from 255) = 58.82%

R = 19.12%
G = 22.06%
B = 58.82%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#343CA0 (or 0x343CA0) is known color: Dark Slate Blue. HEX triplet: 34, 3C and A0. RGB value is (52,60,160). Sum of RGB (Red+Green+Blue) = 52+60+160=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #343CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343CA0 is #CBC35F. Grayscale: #444444. Windows color (decimal): -13353824 or 10501172. OLE color: 10501172.

HSL color Cylindrical-coordinate representation of color #343CA0: hue angle of 235.56º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343CA0 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 60 160 -
CMYK 0.68 0.62 0 0.37
HSL 235.56º 0.51% 0.42% -
HSV(B) 235.56º 0.68% 0.63% -
XYZ 9.38 6.5 34.02 -
YUV 69.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 52 60 160 0.68 0.62 0 0.37 235.56 0.51 0.42
Hex 34 3C A0 44 3E 0 25 EC 33 2A
Octal 64 74 240 104 76 0 45 354 63 52
Binary 110100 111100 10100000 1000100 111110 0 100101 11101100 110011 101010

Color Harmonies of #343CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CA0

Black with #343CA0

Text Example


Text Example

White with #343CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343CA0; }

 p { color: rgb(52,60,160); }

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

background-color css

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

 a { background-color: rgb(52,60,160); }

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

border-color css

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

 span { border-color: rgb(52,60,160); }

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