Html Css Color HEX #35279E Dark Slate Blue

📋 copy color: '#35279E'

red 53 ◦ green 39 ◦ blue 158

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

Shades of Dark Slate Blue #35279E

Tints of Dark Slate Blue #35279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.6%

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 21.2%
G = 15.6%
B = 63.2%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35279E (or 0x35279E) is known color: Dark Slate Blue. HEX triplet: 35, 27 and 9E. RGB value is (53,39,158). Sum of RGB (Red+Green+Blue) = 53+39+158=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #35279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35279E is #CAD861. Grayscale: #383838. Windows color (decimal): -13293666 or 10364725. OLE color: 10364725.

HSL color Cylindrical-coordinate representation of color #35279E: hue angle of 247.06º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35279E is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 39 158 -
CMYK 0.66 0.75 0 0.38
HSL 247.06º 0.6% 0.39% -
HSV(B) 247.06º 0.75% 0.62% -
XYZ 8.37 4.68 32.81 -
YUV 56.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 53 39 158 0.66 0.75 0 0.38 247.06 0.6 0.39
Hex 35 27 9E 42 4B 0 26 F7 3C 27
Octal 65 47 236 102 113 0 46 367 74 47
Binary 110101 100111 10011110 1000010 1001011 0 100110 11110111 111100 100111

Color Harmonies of #35279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35279E

Black with #35279E

Text Example


Text Example

White with #35279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35279E; }

 p { color: rgb(53,39,158); }

 H1.HeaderClassName
 {
   color: #35279E;
 }
 .AnyTagClassName
 {
   color: #35279E;
 }
</style>

background-color css

<style>
 a { background-color: #35279E; }

 a { background-color: rgb(53,39,158); }

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

border-color css

<style>
 span { border-color: #35279E; }

 span { border-color: rgb(53,39,158); }

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