Html Css Color HEX #3538A4 Dark Slate Blue

📋 copy color: '#3538A4'

red 53 ◦ green 56 ◦ blue 164

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

Shades of Dark Slate Blue #3538A4

Tints of Dark Slate Blue #3538A4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 164 (64.45% from 255) = 60.07%

R = 19.41%
G = 20.51%
B = 60.07%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3538A4 (or 0x3538A4) is known color: Dark Slate Blue. HEX triplet: 35, 38 and A4. RGB value is (53,56,164). Sum of RGB (Red+Green+Blue) = 53+56+164=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #3538A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3538A4 is #CAC75B. Grayscale: #424242. Windows color (decimal): -13289308 or 10762293. OLE color: 10762293.

HSL color Cylindrical-coordinate representation of color #3538A4: hue angle of 238.38º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3538A4 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 56 164 -
CMYK 0.68 0.66 0 0.36
HSL 238.38º 0.51% 0.43% -
HSV(B) 238.38º 0.68% 0.64% -
XYZ 9.58 6.27 35.83 -
YUV 67.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 53 56 164 0.68 0.66 0 0.36 238.38 0.51 0.43
Hex 35 38 A4 44 42 0 24 EE 33 2B
Octal 65 70 244 104 102 0 44 356 63 53
Binary 110101 111000 10100100 1000100 1000010 0 100100 11101110 110011 101011

Color Harmonies of #3538A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3538A4

Black with #3538A4

Text Example


Text Example

White with #3538A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3538A4; }

 p { color: rgb(53,56,164); }

 H1.HeaderClassName
 {
   color: #3538A4;
 }
 .AnyTagClassName
 {
   color: #3538A4;
 }
</style>

background-color css

<style>
 a { background-color: #3538A4; }

 a { background-color: rgb(53,56,164); }

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

border-color css

<style>
 span { border-color: #3538A4; }

 span { border-color: rgb(53,56,164); }

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