Html Css Color HEX #352EA2 Dark Slate Blue

📋 copy color: '#352EA2'

red 53 ◦ green 46 ◦ blue 162

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

Shades of Dark Slate Blue #352EA2

Tints of Dark Slate Blue #352EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 62.07%

R = 20.31%
G = 17.62%
B = 62.07%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#352EA2 (or 0x352EA2) is known color: Dark Slate Blue. HEX triplet: 35, 2E and A2. RGB value is (53,46,162). Sum of RGB (Red+Green+Blue) = 53+46+162=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 162 (63.67% from 255 or 62.07% from 261); Max value from RGB is 162 - color contains mainly: blue. Hex color #352EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352EA2 is #CAD15D. Grayscale: #3C3C3C. Windows color (decimal): -13291870 or 10628661. OLE color: 10628661.

HSL color Cylindrical-coordinate representation of color #352EA2: hue angle of 243.62º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352EA2 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 46 162 -
CMYK 0.67 0.72 0 0.36
HSL 243.62º 0.56% 0.41% -
HSV(B) 243.62º 0.72% 0.64% -
XYZ 8.97 5.32 34.74 -
YUV 61.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 53 46 162 0.67 0.72 0 0.36 243.62 0.56 0.41
Hex 35 2E A2 43 48 0 24 F4 38 29
Octal 65 56 242 103 110 0 44 364 70 51
Binary 110101 101110 10100010 1000011 1001000 0 100100 11110100 111000 101001

Color Harmonies of #352EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EA2

Black with #352EA2

Text Example


Text Example

White with #352EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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