Html Css Color HEX #353DA2 Dark Slate Blue

📋 copy color: '#353DA2'

red 53 ◦ green 61 ◦ blue 162

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

Shades of Dark Slate Blue #353DA2

Tints of Dark Slate Blue #353DA2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

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

R = 19.2%
G = 22.1%
B = 58.7%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#353DA2 (or 0x353DA2) is known color: Dark Slate Blue. HEX triplet: 35, 3D and A2. RGB value is (53,61,162). Sum of RGB (Red+Green+Blue) = 53+61+162=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #353DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353DA2 is #CAC25D. Grayscale: #454545. Windows color (decimal): -13288030 or 10632501. OLE color: 10632501.

HSL color Cylindrical-coordinate representation of color #353DA2: hue angle of 235.6º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353DA2 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 61 162 -
CMYK 0.67 0.62 0 0.36
HSL 235.6º 0.51% 0.42% -
HSV(B) 235.6º 0.67% 0.64% -
XYZ 9.66 6.7 34.97 -
YUV 70.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 53 61 162 0.67 0.62 0 0.36 235.6 0.51 0.42
Hex 35 3D A2 43 3E 0 24 EC 33 2A
Octal 65 75 242 103 76 0 44 354 63 52
Binary 110101 111101 10100010 1000011 111110 0 100100 11101100 110011 101010

Color Harmonies of #353DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DA2

Black with #353DA2

Text Example


Text Example

White with #353DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353DA2; }

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

 H1.HeaderClassName
 {
   color: #353DA2;
 }
 .AnyTagClassName
 {
   color: #353DA2;
 }
</style>

background-color css

<style>
 a { background-color: #353DA2; }

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

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

border-color css

<style>
 span { border-color: #353DA2; }

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

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