Html Css Color HEX #344A4D Dark Slate Grey

📋 copy color: '#344A4D'

red 52 ◦ green 74 ◦ blue 77

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

Shades of Dark Slate Grey #344A4D

Tints of Dark Slate Grey #344A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 25.62%
G = 36.45%
B = 37.93%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#344A4D (or 0x344A4D) is known color: Dark Slate Grey. HEX triplet: 34, 4A and 4D. RGB value is (52,74,77). Sum of RGB (Red+Green+Blue) = 52+74+77=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #344A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A4D is #CBB5B2. Grayscale: #434343. Windows color (decimal): -13350323 or 5065268. OLE color: 5065268.

HSL color Cylindrical-coordinate representation of color #344A4D: hue angle of 187.2º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344A4D is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 74 77 -
CMYK 0.32 0.04 0 0.70
HSL 187.2º 0.19% 0.25% -
HSV(B) 187.2º 0.32% 0.3% -
XYZ 5.2 6.16 7.94 -
YUV 67.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 52 74 77 0.32 0.04 0 0.70 187.2 0.19 0.25
Hex 34 4A 4D 20 4 0 46 BB 13 19
Octal 64 112 115 40 4 0 106 273 23 31
Binary 110100 1001010 1001101 100000 100 0 1000110 10111011 10011 11001

Color Harmonies of #344A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A4D

Black with #344A4D

Text Example


Text Example

White with #344A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344A4D; }

 p { color: rgb(52,74,77); }

 H1.HeaderClassName
 {
   color: #344A4D;
 }
 .AnyTagClassName
 {
   color: #344A4D;
 }
</style>

background-color css

<style>
 a { background-color: #344A4D; }

 a { background-color: rgb(52,74,77); }

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

border-color css

<style>
 span { border-color: #344A4D; }

 span { border-color: rgb(52,74,77); }

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