Html Css Color HEX #352C9C Dark Slate Blue

📋 copy color: '#352C9C'

red 53 ◦ green 44 ◦ blue 156

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

Shades of Dark Slate Blue #352C9C

Tints of Dark Slate Blue #352C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.66%

R = 20.95%
G = 17.39%
B = 61.66%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#352C9C (or 0x352C9C) is known color: Dark Slate Blue. HEX triplet: 35, 2C and 9C. RGB value is (53,44,156). Sum of RGB (Red+Green+Blue) = 53+44+156=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #352C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C9C is #CAD363. Grayscale: #3B3B3B. Windows color (decimal): -13292388 or 10234933. OLE color: 10234933.

HSL color Cylindrical-coordinate representation of color #352C9C: hue angle of 244.82º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352C9C is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 44 156 -
CMYK 0.66 0.72 0 0.39
HSL 244.82º 0.56% 0.39% -
HSV(B) 244.82º 0.72% 0.61% -
XYZ 8.37 4.96 31.97 -
YUV 59.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 53 44 156 0.66 0.72 0 0.39 244.82 0.56 0.39
Hex 35 2C 9C 42 48 0 27 F5 38 27
Octal 65 54 234 102 110 0 47 365 70 47
Binary 110101 101100 10011100 1000010 1001000 0 100111 11110101 111000 100111

Color Harmonies of #352C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C9C

Black with #352C9C

Text Example


Text Example

White with #352C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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