Html Css Color HEX #344B4D Dark Slate Grey

📋 copy color: '#344B4D'

red 52 ◦ green 75 ◦ blue 77

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

Shades of Dark Slate Grey #344B4D

Tints of Dark Slate Grey #344B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.76%

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

R = 25.49%
G = 36.76%
B = 37.75%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#344B4D (or 0x344B4D) is known color: Dark Slate Grey. HEX triplet: 34, 4B and 4D. RGB value is (52,75,77). Sum of RGB (Red+Green+Blue) = 52+75+77=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #344B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B4D is #CBB4B2. Grayscale: #444444. Windows color (decimal): -13350067 or 5065524. OLE color: 5065524.

HSL color Cylindrical-coordinate representation of color #344B4D: hue angle of 184.8º 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 #344B4D is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 75 77 -
CMYK 0.32 0.03 0 0.70
HSL 184.8º 0.19% 0.25% -
HSV(B) 184.8º 0.32% 0.3% -
XYZ 5.27 6.3 7.96 -
YUV 68.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 52 75 77 0.32 0.03 0 0.70 184.8 0.19 0.25
Hex 34 4B 4D 20 3 0 46 B9 13 19
Octal 64 113 115 40 3 0 106 271 23 31
Binary 110100 1001011 1001101 100000 11 0 1000110 10111001 10011 11001

Color Harmonies of #344B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B4D

Black with #344B4D

Text Example


Text Example

White with #344B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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