Html Css Color HEX #3B4297 Dark Slate Blue

📋 copy color: '#3B4297'

red 59 ◦ green 66 ◦ blue 151

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

Shades of Dark Slate Blue #3B4297

Tints of Dark Slate Blue #3B4297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.71%

R = 21.38%
G = 23.91%
B = 54.71%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3B4297 (or 0x3B4297) is known color: Dark Slate Blue. HEX triplet: 3B, 42 and 97. RGB value is (59,66,151). Sum of RGB (Red+Green+Blue) = 59+66+151=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B4297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4297 is #C4BD68. Grayscale: #494949. Windows color (decimal): -12893545 or 9912891. OLE color: 9912891.

HSL color Cylindrical-coordinate representation of color #3B4297: hue angle of 235.43º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B4297 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 59 66 151 -
CMYK 0.61 0.56 0 0.41
HSL 235.43º 0.44% 0.41% -
HSV(B) 235.43º 0.61% 0.59% -
XYZ 9.34 7.06 30.15 -
YUV 73.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 59 66 151 0.61 0.56 0 0.41 235.43 0.44 0.41
Hex 3B 42 97 3D 38 0 29 EB 2C 29
Octal 73 102 227 75 70 0 51 353 54 51
Binary 111011 1000010 10010111 111101 111000 0 101001 11101011 101100 101001

Color Harmonies of #3B4297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4297

Black with #3B4297

Text Example


Text Example

White with #3B4297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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