Html Css Color HEX #234B49 Dark Slate Grey

📋 copy color: '#234B49'

red 35 ◦ green 75 ◦ blue 73

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

Shades of Dark Slate Grey #234B49

Tints of Dark Slate Grey #234B49

RGB

 RED value IS 35 (14.06% from 255) = 19.13%

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

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 19.13%
G = 40.98%
B = 39.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#234B49 (or 0x234B49) is known color: Dark Slate Grey. HEX triplet: 23, 4B and 49. RGB value is (35,75,73). Sum of RGB (Red+Green+Blue) = 35+75+73=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #234B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B49 is #DCB4B6. Grayscale: #3E3E3E. Windows color (decimal): -14464183 or 4803363. OLE color: 4803363.

HSL color Cylindrical-coordinate representation of color #234B49: hue angle of 177º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B49 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 75 73 -
CMYK 0.53 0 0.03 0.71
HSL 177º 0.36% 0.22% -
HSV(B) 177º 0.53% 0.29% -
XYZ 4.41 5.87 7.2 -
YUV 62.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 35 75 73 0.53 0 0.03 0.71 177 0.36 0.22
Hex 23 4B 49 35 0 3 47 B1 24 16
Octal 43 113 111 65 0 3 107 261 44 26
Binary 100011 1001011 1001001 110101 0 11 1000111 10110001 100100 10110

Color Harmonies of #234B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B49

Black with #234B49

Text Example


Text Example

White with #234B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234B49; }

 p { color: rgb(35,75,73); }

 H1.HeaderClassName
 {
   color: #234B49;
 }
 .AnyTagClassName
 {
   color: #234B49;
 }
</style>

background-color css

<style>
 a { background-color: #234B49; }

 a { background-color: rgb(35,75,73); }

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

border-color css

<style>
 span { border-color: #234B49; }

 span { border-color: rgb(35,75,73); }

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