Html Css Color HEX #352C9F Dark Slate Blue

📋 copy color: '#352C9F'

red 53 ◦ green 44 ◦ blue 159

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

Shades of Dark Slate Blue #352C9F

Tints of Dark Slate Blue #352C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

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

R = 20.7%
G = 17.19%
B = 62.11%

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

#352C9F (or 0x352C9F) is known color: Dark Slate Blue. HEX triplet: 35, 2C and 9F. RGB value is (53,44,159). Sum of RGB (Red+Green+Blue) = 53+44+159=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #352C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C9F is #CAD360. Grayscale: #3B3B3B. Windows color (decimal): -13292385 or 10431541. OLE color: 10431541.

HSL color Cylindrical-coordinate representation of color #352C9F: hue angle of 244.7º degrees, saturation: 0.57, 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 #352C9F is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 44 159 -
CMYK 0.67 0.72 0 0.38
HSL 244.7º 0.57% 0.4% -
HSV(B) 244.7º 0.72% 0.62% -
XYZ 8.63 5.06 33.32 -
YUV 59.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 53 44 159 0.67 0.72 0 0.38 244.7 0.57 0.4
Hex 35 2C 9F 43 48 0 26 F5 39 28
Octal 65 54 237 103 110 0 46 365 71 50
Binary 110101 101100 10011111 1000011 1001000 0 100110 11110101 111001 101000

Color Harmonies of #352C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C9F

Black with #352C9F

Text Example


Text Example

White with #352C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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