Html Css Color HEX #35269A Dark Slate Blue

📋 copy color: '#35269A'

red 53 ◦ green 38 ◦ blue 154

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

Shades of Dark Slate Blue #35269A

Tints of Dark Slate Blue #35269A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.51%

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

R = 21.63%
G = 15.51%
B = 62.86%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35269A (or 0x35269A) is known color: Dark Slate Blue. HEX triplet: 35, 26 and 9A. RGB value is (53,38,154). Sum of RGB (Red+Green+Blue) = 53+38+154=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #35269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35269A is #CAD965. Grayscale: #373737. Windows color (decimal): -13293926 or 10102325. OLE color: 10102325.

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

Color convert

RGB 53 38 154 -
CMYK 0.66 0.75 0 0.40
HSL 247.76º 0.6% 0.38% -
HSV(B) 247.76º 0.75% 0.6% -
XYZ 7.99 4.48 31.01 -
YUV 55.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 53 38 154 0.66 0.75 0 0.40 247.76 0.6 0.38
Hex 35 26 9A 42 4B 0 28 F8 3C 26
Octal 65 46 232 102 113 0 50 370 74 46
Binary 110101 100110 10011010 1000010 1001011 0 101000 11111000 111100 100110

Color Harmonies of #35269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35269A

Black with #35269A

Text Example


Text Example

White with #35269A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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