Html Css Color HEX #352D9F Dark Slate Blue

📋 copy color: '#352D9F'

red 53 ◦ green 45 ◦ blue 159

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

Shades of Dark Slate Blue #352D9F

Tints of Dark Slate Blue #352D9F

RGB

 RED value IS 53 (21.09% from 255) = 20.62%

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

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 20.62%
G = 17.51%
B = 61.87%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#352D9F (or 0x352D9F) is known color: Dark Slate Blue. HEX triplet: 35, 2D and 9F. RGB value is (53,45,159). Sum of RGB (Red+Green+Blue) = 53+45+159=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #352D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352D9F is #CAD260. Grayscale: #3B3B3B. Windows color (decimal): -13292129 or 10431797. OLE color: 10431797.

HSL color Cylindrical-coordinate representation of color #352D9F: hue angle of 244.21º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352D9F is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 45 159 -
CMYK 0.67 0.72 0 0.38
HSL 244.21º 0.56% 0.4% -
HSV(B) 244.21º 0.72% 0.62% -
XYZ 8.66 5.14 33.34 -
YUV 60.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 53 45 159 0.67 0.72 0 0.38 244.21 0.56 0.4
Hex 35 2D 9F 43 48 0 26 F4 38 28
Octal 65 55 237 103 110 0 46 364 70 50
Binary 110101 101101 10011111 1000011 1001000 0 100110 11110100 111000 101000

Color Harmonies of #352D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D9F

Black with #352D9F

Text Example


Text Example

White with #352D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352D9F; }

 p { color: rgb(53,45,159); }

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

background-color css

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

 a { background-color: rgb(53,45,159); }

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

border-color css

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

 span { border-color: rgb(53,45,159); }

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