Html Css Color HEX #353898 Dark Slate Blue

📋 copy color: '#353898'

red 53 ◦ green 56 ◦ blue 152

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

Shades of Dark Slate Blue #353898

Tints of Dark Slate Blue #353898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.24%

R = 20.31%
G = 21.46%
B = 58.24%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#353898 (or 0x353898) is known color: Dark Slate Blue. HEX triplet: 35, 38 and 98. RGB value is (53,56,152). Sum of RGB (Red+Green+Blue) = 53+56+152=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #353898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353898 is #CAC767. Grayscale: #414141. Windows color (decimal): -13289320 or 9975861. OLE color: 9975861.

HSL color Cylindrical-coordinate representation of color #353898: hue angle of 238.18º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353898 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 56 152 -
CMYK 0.65 0.63 0 0.40
HSL 238.18º 0.48% 0.4% -
HSV(B) 238.18º 0.65% 0.6% -
XYZ 8.55 5.85 30.38 -
YUV 66.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 53 56 152 0.65 0.63 0 0.40 238.18 0.48 0.4
Hex 35 38 98 41 3F 0 28 EE 30 28
Octal 65 70 230 101 77 0 50 356 60 50
Binary 110101 111000 10011000 1000001 111111 0 101000 11101110 110000 101000

Color Harmonies of #353898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353898

Black with #353898

Text Example


Text Example

White with #353898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353898; }

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

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

background-color css

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

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

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

border-color css

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

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

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