Html Css Color HEX #353A9B Dark Slate Blue

📋 copy color: '#353A9B'

red 53 ◦ green 58 ◦ blue 155

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

Shades of Dark Slate Blue #353A9B

Tints of Dark Slate Blue #353A9B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 19.92%
G = 21.8%
B = 58.27%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#353A9B (or 0x353A9B) is known color: Dark Slate Blue. HEX triplet: 35, 3A and 9B. RGB value is (53,58,155). Sum of RGB (Red+Green+Blue) = 53+58+155=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #353A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A9B is #CAC564. Grayscale: #434343. Windows color (decimal): -13288805 or 10172981. OLE color: 10172981.

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

Color convert

RGB 53 58 155 -
CMYK 0.66 0.63 0 0.39
HSL 237.06º 0.49% 0.41% -
HSV(B) 237.06º 0.66% 0.61% -
XYZ 8.9 6.15 31.73 -
YUV 67.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 53 58 155 0.66 0.63 0 0.39 237.06 0.49 0.41
Hex 35 3A 9B 42 3F 0 27 ED 31 29
Octal 65 72 233 102 77 0 47 355 61 51
Binary 110101 111010 10011011 1000010 111111 0 100111 11101101 110001 101001

Color Harmonies of #353A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A9B

Black with #353A9B

Text Example


Text Example

White with #353A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,58,155); }

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

background-color css

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

 a { background-color: rgb(53,58,155); }

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

border-color css

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

 span { border-color: rgb(53,58,155); }

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