Html Css Color HEX #342D90 Dark Slate Blue

📋 copy color: '#342D90'

red 52 ◦ green 45 ◦ blue 144

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

Shades of Dark Slate Blue #342D90

Tints of Dark Slate Blue #342D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 21.58%
G = 18.67%
B = 59.75%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#342D90 (or 0x342D90) is known color: Dark Slate Blue. HEX triplet: 34, 2D and 90. RGB value is (52,45,144). Sum of RGB (Red+Green+Blue) = 52+45+144=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #342D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342D90 is #CBD26F. Grayscale: #393939. Windows color (decimal): -13357680 or 9448756. OLE color: 9448756.

HSL color Cylindrical-coordinate representation of color #342D90: hue angle of 244.24º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #342D90 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 45 144 -
CMYK 0.64 0.69 0 0.44
HSL 244.24º 0.52% 0.37% -
HSV(B) 244.24º 0.69% 0.56% -
XYZ 7.39 4.62 26.89 -
YUV 58.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 52 45 144 0.64 0.69 0 0.44 244.24 0.52 0.37
Hex 34 2D 90 40 45 0 2C F4 34 25
Octal 64 55 220 100 105 0 54 364 64 45
Binary 110100 101101 10010000 1000000 1000101 0 101100 11110100 110100 100101

Color Harmonies of #342D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342D90

Black with #342D90

Text Example


Text Example

White with #342D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342D90; }

 p { color: rgb(52,45,144); }

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

background-color css

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

 a { background-color: rgb(52,45,144); }

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

border-color css

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

 span { border-color: rgb(52,45,144); }

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