Html Css Color HEX #352A99 Dark Slate Blue

📋 copy color: '#352A99'

red 53 ◦ green 42 ◦ blue 153

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

Shades of Dark Slate Blue #352A99

Tints of Dark Slate Blue #352A99

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.94%

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

R = 21.37%
G = 16.94%
B = 61.69%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#352A99 (or 0x352A99) is known color: Dark Slate Blue. HEX triplet: 35, 2A and 99. RGB value is (53,42,153). Sum of RGB (Red+Green+Blue) = 53+42+153=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #352A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352A99 is #CAD566. Grayscale: #393939. Windows color (decimal): -13292903 or 10037813. OLE color: 10037813.

HSL color Cylindrical-coordinate representation of color #352A99: hue angle of 245.95º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352A99 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 42 153 -
CMYK 0.65 0.73 0 0.4
HSL 245.95º 0.57% 0.38% -
HSV(B) 245.95º 0.73% 0.6% -
XYZ 8.05 4.71 30.62 -
YUV 57.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 53 42 153 0.65 0.73 0 0.4 245.95 0.57 0.38
Hex 35 2A 99 41 49 0 28 F6 39 26
Octal 65 52 231 101 111 0 50 366 71 46
Binary 110101 101010 10011001 1000001 1001001 0 101000 11110110 111001 100110

Color Harmonies of #352A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A99

Black with #352A99

Text Example


Text Example

White with #352A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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