Html Css Color HEX #35379A Dark Slate Blue

📋 copy color: '#35379A'

red 53 ◦ green 55 ◦ blue 154

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

Shades of Dark Slate Blue #35379A

Tints of Dark Slate Blue #35379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 154 (60.55% from 255) = 58.78%

R = 20.23%
G = 20.99%
B = 58.78%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35379A (or 0x35379A) is known color: Dark Slate Blue. HEX triplet: 35, 37 and 9A. RGB value is (53,55,154). Sum of RGB (Red+Green+Blue) = 53+55+154=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #35379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35379A is #CAC865. Grayscale: #414141. Windows color (decimal): -13289574 or 10106677. OLE color: 10106677.

HSL color Cylindrical-coordinate representation of color #35379A: hue angle of 238.81º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35379A is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 55 154 -
CMYK 0.66 0.64 0 0.40
HSL 238.81º 0.49% 0.41% -
HSV(B) 238.81º 0.66% 0.6% -
XYZ 8.67 5.82 31.24 -
YUV 65.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 53 55 154 0.66 0.64 0 0.40 238.81 0.49 0.41
Hex 35 37 9A 42 40 0 28 EF 31 29
Octal 65 67 232 102 100 0 50 357 61 51
Binary 110101 110111 10011010 1000010 1000000 0 101000 11101111 110001 101001

Color Harmonies of #35379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35379A

Black with #35379A

Text Example


Text Example

White with #35379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35379A; }

 p { color: rgb(53,55,154); }

 H1.HeaderClassName
 {
   color: #35379A;
 }
 .AnyTagClassName
 {
   color: #35379A;
 }
</style>

background-color css

<style>
 a { background-color: #35379A; }

 a { background-color: rgb(53,55,154); }

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

border-color css

<style>
 span { border-color: #35379A; }

 span { border-color: rgb(53,55,154); }

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