Html Css Color HEX #343B9F Dark Slate Blue

📋 copy color: '#343B9F'

red 52 ◦ green 59 ◦ blue 159

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

Shades of Dark Slate Blue #343B9F

Tints of Dark Slate Blue #343B9F

RGB

 RED value IS 52 (20.7% from 255) = 19.26%

 GREEN value IS 59 (23.44% from 255) = 21.85%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 19.26%
G = 21.85%
B = 58.89%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#343B9F (or 0x343B9F) is known color: Dark Slate Blue. HEX triplet: 34, 3B and 9F. RGB value is (52,59,159). Sum of RGB (Red+Green+Blue) = 52+59+159=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #343B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343B9F is #CBC460. Grayscale: #434343. Windows color (decimal): -13354081 or 10435380. OLE color: 10435380.

HSL color Cylindrical-coordinate representation of color #343B9F: hue angle of 236.07º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343B9F is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 59 159 -
CMYK 0.67 0.63 0 0.38
HSL 236.07º 0.51% 0.41% -
HSV(B) 236.07º 0.67% 0.62% -
XYZ 9.24 6.36 33.54 -
YUV 68.31 179.18 116.37 -
System Red Green Blue C M Y K H S L
Decimal 52 59 159 0.67 0.63 0 0.38 236.07 0.51 0.41
Hex 34 3B 9F 43 3F 0 26 EC 33 29
Octal 64 73 237 103 77 0 46 354 63 51
Binary 110100 111011 10011111 1000011 111111 0 100110 11101100 110011 101001

Color Harmonies of #343B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B9F

Black with #343B9F

Text Example


Text Example

White with #343B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343B9F; }

 p { color: rgb(52,59,159); }

 H1.HeaderClassName
 {
   color: #343B9F;
 }
 .AnyTagClassName
 {
   color: #343B9F;
 }
</style>

background-color css

<style>
 a { background-color: #343B9F; }

 a { background-color: rgb(52,59,159); }

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

border-color css

<style>
 span { border-color: #343B9F; }

 span { border-color: rgb(52,59,159); }

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