Html Css Color HEX #35369D Dark Slate Blue

📋 copy color: '#35369D'

red 53 ◦ green 54 ◦ blue 157

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

Shades of Dark Slate Blue #35369D

Tints of Dark Slate Blue #35369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 157 (61.72% from 255) = 59.47%

R = 20.08%
G = 20.45%
B = 59.47%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35369D (or 0x35369D) is known color: Dark Slate Blue. HEX triplet: 35, 36 and 9D. RGB value is (53,54,157). Sum of RGB (Red+Green+Blue) = 53+54+157=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #35369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35369D is #CAC962. Grayscale: #414141. Windows color (decimal): -13289827 or 10303029. OLE color: 10303029.

HSL color Cylindrical-coordinate representation of color #35369D: hue angle of 239.42º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35369D is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 54 157 -
CMYK 0.66 0.66 0 0.38
HSL 239.42º 0.5% 0.41% -
HSV(B) 239.42º 0.66% 0.62% -
XYZ 8.87 5.83 32.56 -
YUV 65.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 53 54 157 0.66 0.66 0 0.38 239.42 0.5 0.41
Hex 35 36 9D 42 42 0 26 EF 32 29
Octal 65 66 235 102 102 0 46 357 62 51
Binary 110101 110110 10011101 1000010 1000010 0 100110 11101111 110010 101001

Color Harmonies of #35369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35369D

Black with #35369D

Text Example


Text Example

White with #35369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35369D; }

 p { color: rgb(53,54,157); }

 H1.HeaderClassName
 {
   color: #35369D;
 }
 .AnyTagClassName
 {
   color: #35369D;
 }
</style>

background-color css

<style>
 a { background-color: #35369D; }

 a { background-color: rgb(53,54,157); }

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

border-color css

<style>
 span { border-color: #35369D; }

 span { border-color: rgb(53,54,157); }

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