Html Css Color HEX #353094 Dark Slate Blue

📋 copy color: '#353094'

red 53 ◦ green 48 ◦ blue 148

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

Shades of Dark Slate Blue #353094

Tints of Dark Slate Blue #353094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 21.29%
G = 19.28%
B = 59.44%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353094 (or 0x353094) is known color: Dark Slate Blue. HEX triplet: 35, 30 and 94. RGB value is (53,48,148). Sum of RGB (Red+Green+Blue) = 53+48+148=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #353094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353094 is #CACF6B. Grayscale: #3C3C3C. Windows color (decimal): -13291372 or 9711669. OLE color: 9711669.

HSL color Cylindrical-coordinate representation of color #353094: hue angle of 243º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353094 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 48 148 -
CMYK 0.64 0.68 0 0.42
HSL 243º 0.51% 0.38% -
HSV(B) 243º 0.68% 0.58% -
XYZ 7.87 5.01 28.57 -
YUV 60.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 53 48 148 0.64 0.68 0 0.42 243 0.51 0.38
Hex 35 30 94 40 44 0 2A F3 33 26
Octal 65 60 224 100 104 0 52 363 63 46
Binary 110101 110000 10010100 1000000 1000100 0 101010 11110011 110011 100110

Color Harmonies of #353094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353094

Black with #353094

Text Example


Text Example

White with #353094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353094; }

 p { color: rgb(53,48,148); }

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

background-color css

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

 a { background-color: rgb(53,48,148); }

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

border-color css

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

 span { border-color: rgb(53,48,148); }

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