Html Css Color HEX #35399B Dark Slate Blue

📋 copy color: '#35399B'

red 53 ◦ green 57 ◦ blue 155

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

Shades of Dark Slate Blue #35399B

Tints of Dark Slate Blue #35399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 20%
G = 21.51%
B = 58.49%

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

#35399B (or 0x35399B) is known color: Dark Slate Blue. HEX triplet: 35, 39 and 9B. RGB value is (53,57,155). Sum of RGB (Red+Green+Blue) = 53+57+155=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #35399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35399B is #CAC664. Grayscale: #424242. Windows color (decimal): -13289061 or 10172725. OLE color: 10172725.

HSL color Cylindrical-coordinate representation of color #35399B: hue angle of 237.65º 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 #35399B is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 57 155 -
CMYK 0.66 0.63 0 0.39
HSL 237.65º 0.49% 0.41% -
HSV(B) 237.65º 0.66% 0.61% -
XYZ 8.85 6.05 31.71 -
YUV 66.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 53 57 155 0.66 0.63 0 0.39 237.65 0.49 0.41
Hex 35 39 9B 42 3F 0 27 EE 31 29
Octal 65 71 233 102 77 0 47 356 61 51
Binary 110101 111001 10011011 1000010 111111 0 100111 11101110 110001 101001

Color Harmonies of #35399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35399B

Black with #35399B

Text Example


Text Example

White with #35399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35399B; }

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

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

background-color css

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

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

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

border-color css

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

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

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