Html Css Color HEX #352B8E Dark Slate Blue

📋 copy color: '#352B8E'

red 53 ◦ green 43 ◦ blue 142

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

Shades of Dark Slate Blue #352B8E

Tints of Dark Slate Blue #352B8E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.07%

 BLUE value IS 142 (55.86% from 255) = 59.66%

R = 22.27%
G = 18.07%
B = 59.66%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#352B8E (or 0x352B8E) is known color: Dark Slate Blue. HEX triplet: 35, 2B and 8E. RGB value is (53,43,142). Sum of RGB (Red+Green+Blue) = 53+43+142=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #352B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352B8E is #CAD471. Grayscale: #383838. Windows color (decimal): -13292658 or 9317173. OLE color: 9317173.

HSL color Cylindrical-coordinate representation of color #352B8E: hue angle of 246.06º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352B8E is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 43 142 -
CMYK 0.63 0.70 0 0.44
HSL 246.06º 0.54% 0.36% -
HSV(B) 246.06º 0.7% 0.56% -
XYZ 7.21 4.44 26.07 -
YUV 57.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 53 43 142 0.63 0.70 0 0.44 246.06 0.54 0.36
Hex 35 2B 8E 3F 46 0 2C F6 36 24
Octal 65 53 216 77 106 0 54 366 66 44
Binary 110101 101011 10001110 111111 1000110 0 101100 11110110 110110 100100

Color Harmonies of #352B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B8E

Black with #352B8E

Text Example


Text Example

White with #352B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,43,142); }

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

background-color css

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

 a { background-color: rgb(53,43,142); }

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

border-color css

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

 span { border-color: rgb(53,43,142); }

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