Html Css Color HEX #352F8E Dark Slate Blue

📋 copy color: '#352F8E'

red 53 ◦ green 47 ◦ blue 142

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

Shades of Dark Slate Blue #352F8E

Tints of Dark Slate Blue #352F8E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

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

R = 21.9%
G = 19.42%
B = 58.68%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#352F8E (or 0x352F8E) is known color: Dark Slate Blue. HEX triplet: 35, 2F and 8E. RGB value is (53,47,142). Sum of RGB (Red+Green+Blue) = 53+47+142=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #352F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352F8E is #CAD071. Grayscale: #3B3B3B. Windows color (decimal): -13291634 or 9318197. OLE color: 9318197.

HSL color Cylindrical-coordinate representation of color #352F8E: hue angle of 243.79º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352F8E is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 47 142 -
CMYK 0.63 0.67 0 0.44
HSL 243.79º 0.5% 0.37% -
HSV(B) 243.79º 0.67% 0.56% -
XYZ 7.37 4.74 26.12 -
YUV 59.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 53 47 142 0.63 0.67 0 0.44 243.79 0.5 0.37
Hex 35 2F 8E 3F 43 0 2C F4 32 25
Octal 65 57 216 77 103 0 54 364 62 45
Binary 110101 101111 10001110 111111 1000011 0 101100 11110100 110010 100101

Color Harmonies of #352F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F8E

Black with #352F8E

Text Example


Text Example

White with #352F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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