Html Css Color HEX #35289C Dark Slate Blue

📋 copy color: '#35289C'

red 53 ◦ green 40 ◦ blue 156

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

Shades of Dark Slate Blue #35289C

Tints of Dark Slate Blue #35289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 21.29%
G = 16.06%
B = 62.65%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35289C (or 0x35289C) is known color: Dark Slate Blue. HEX triplet: 35, 28 and 9C. RGB value is (53,40,156). Sum of RGB (Red+Green+Blue) = 53+40+156=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #35289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35289C is #CAD763. Grayscale: #383838. Windows color (decimal): -13293412 or 10233909. OLE color: 10233909.

HSL color Cylindrical-coordinate representation of color #35289C: hue angle of 246.72º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35289C is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 40 156 -
CMYK 0.66 0.74 0 0.39
HSL 246.72º 0.59% 0.38% -
HSV(B) 246.72º 0.74% 0.61% -
XYZ 8.23 4.67 31.92 -
YUV 57.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 53 40 156 0.66 0.74 0 0.39 246.72 0.59 0.38
Hex 35 28 9C 42 4A 0 27 F7 3B 26
Octal 65 50 234 102 112 0 47 367 73 46
Binary 110101 101000 10011100 1000010 1001010 0 100111 11110111 111011 100110

Color Harmonies of #35289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35289C

Black with #35289C

Text Example


Text Example

White with #35289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35289C; }

 p { color: rgb(53,40,156); }

 H1.HeaderClassName
 {
   color: #35289C;
 }
 .AnyTagClassName
 {
   color: #35289C;
 }
</style>

background-color css

<style>
 a { background-color: #35289C; }

 a { background-color: rgb(53,40,156); }

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

border-color css

<style>
 span { border-color: #35289C; }

 span { border-color: rgb(53,40,156); }

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