Html Css Color HEX #352E99 Dark Slate Blue

📋 copy color: '#352E99'

red 53 ◦ green 46 ◦ blue 153

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

Shades of Dark Slate Blue #352E99

Tints of Dark Slate Blue #352E99

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 21.03%
G = 18.25%
B = 60.71%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#352E99 (or 0x352E99) is known color: Dark Slate Blue. HEX triplet: 35, 2E and 99. RGB value is (53,46,153). Sum of RGB (Red+Green+Blue) = 53+46+153=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #352E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352E99 is #CAD166. Grayscale: #3B3B3B. Windows color (decimal): -13291879 or 10038837. OLE color: 10038837.

HSL color Cylindrical-coordinate representation of color #352E99: hue angle of 243.93º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352E99 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 46 153 -
CMYK 0.65 0.70 0 0.4
HSL 243.93º 0.54% 0.39% -
HSV(B) 243.93º 0.7% 0.6% -
XYZ 8.19 5.01 30.67 -
YUV 60.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 53 46 153 0.65 0.70 0 0.4 243.93 0.54 0.39
Hex 35 2E 99 41 46 0 28 F4 36 27
Octal 65 56 231 101 106 0 50 364 66 47
Binary 110101 101110 10011001 1000001 1000110 0 101000 11110100 110110 100111

Color Harmonies of #352E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E99

Black with #352E99

Text Example


Text Example

White with #352E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,46,153); }

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

background-color css

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

 a { background-color: rgb(53,46,153); }

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

border-color css

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

 span { border-color: rgb(53,46,153); }

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