Html Css Color HEX #353C9A Dark Slate Blue

📋 copy color: '#353C9A'

red 53 ◦ green 60 ◦ blue 154

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

Shades of Dark Slate Blue #353C9A

Tints of Dark Slate Blue #353C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

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

R = 19.85%
G = 22.47%
B = 57.68%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#353C9A (or 0x353C9A) is known color: Dark Slate Blue. HEX triplet: 35, 3C and 9A. RGB value is (53,60,154). Sum of RGB (Red+Green+Blue) = 53+60+154=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #353C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353C9A is #CAC365. Grayscale: #444444. Windows color (decimal): -13288294 or 10107957. OLE color: 10107957.

HSL color Cylindrical-coordinate representation of color #353C9A: hue angle of 235.84º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353C9A is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 60 154 -
CMYK 0.66 0.61 0 0.40
HSL 235.84º 0.49% 0.41% -
HSV(B) 235.84º 0.66% 0.6% -
XYZ 8.92 6.32 31.32 -
YUV 68.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 53 60 154 0.66 0.61 0 0.40 235.84 0.49 0.41
Hex 35 3C 9A 42 3D 0 28 EC 31 29
Octal 65 74 232 102 75 0 50 354 61 51
Binary 110101 111100 10011010 1000010 111101 0 101000 11101100 110001 101001

Color Harmonies of #353C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C9A

Black with #353C9A

Text Example


Text Example

White with #353C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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