Html Css Color HEX #352C89 Dark Slate Blue

📋 copy color: '#352C89'

red 53 ◦ green 44 ◦ blue 137

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

Shades of Dark Slate Blue #352C89

Tints of Dark Slate Blue #352C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 22.65%
G = 18.8%
B = 58.55%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#352C89 (or 0x352C89) is known color: Dark Slate Blue. HEX triplet: 35, 2C and 89. RGB value is (53,44,137). Sum of RGB (Red+Green+Blue) = 53+44+137=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #352C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C89 is #CAD376. Grayscale: #383838. Windows color (decimal): -13292407 or 8989749. OLE color: 8989749.

HSL color Cylindrical-coordinate representation of color #352C89: hue angle of 245.81º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352C89 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 44 137 -
CMYK 0.61 0.68 0 0.46
HSL 245.81º 0.51% 0.35% -
HSV(B) 245.81º 0.68% 0.54% -
XYZ 6.88 4.36 24.15 -
YUV 57.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 53 44 137 0.61 0.68 0 0.46 245.81 0.51 0.35
Hex 35 2C 89 3D 44 0 2E F6 33 23
Octal 65 54 211 75 104 0 56 366 63 43
Binary 110101 101100 10001001 111101 1000100 0 101110 11110110 110011 100011

Color Harmonies of #352C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C89

Black with #352C89

Text Example


Text Example

White with #352C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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