Html Css Color HEX #3B429B Dark Slate Blue

📋 copy color: '#3B429B'

red 59 ◦ green 66 ◦ blue 155

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

Shades of Dark Slate Blue #3B429B

Tints of Dark Slate Blue #3B429B

RGB

 RED value IS 59 (23.44% from 255) = 21.07%

 GREEN value IS 66 (26.17% from 255) = 23.57%

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

R = 21.07%
G = 23.57%
B = 55.36%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B429B (or 0x3B429B) is known color: Dark Slate Blue. HEX triplet: 3B, 42 and 9B. RGB value is (59,66,155). Sum of RGB (Red+Green+Blue) = 59+66+155=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B429B is #C4BD64. Grayscale: #494949. Windows color (decimal): -12893541 or 10175035. OLE color: 10175035.

HSL color Cylindrical-coordinate representation of color #3B429B: hue angle of 235.62º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B429B is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 66 155 -
CMYK 0.62 0.57 0 0.39
HSL 235.63º 0.45% 0.42% -
HSV(B) 235.63º 0.62% 0.61% -
XYZ 9.67 7.19 31.89 -
YUV 74.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 59 66 155 0.62 0.57 0 0.39 235.63 0.45 0.42
Hex 3B 42 9B 3E 39 0 27 EC 2D 2A
Octal 73 102 233 76 71 0 47 354 55 52
Binary 111011 1000010 10011011 111110 111001 0 100111 11101100 101101 101010

Color Harmonies of #3B429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B429B

Black with #3B429B

Text Example


Text Example

White with #3B429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B429B; }

 p { color: rgb(59,66,155); }

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

background-color css

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

 a { background-color: rgb(59,66,155); }

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

border-color css

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

 span { border-color: rgb(59,66,155); }

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