Html Css Color HEX #234C4D Dark Slate Grey

📋 copy color: '#234C4D'

red 35 ◦ green 76 ◦ blue 77

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

Shades of Dark Slate Grey #234C4D

Tints of Dark Slate Grey #234C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.43%

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

R = 18.62%
G = 40.43%
B = 40.96%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#234C4D (or 0x234C4D) is known color: Dark Slate Grey. HEX triplet: 23, 4C and 4D. RGB value is (35,76,77). Sum of RGB (Red+Green+Blue) = 35+76+77=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #234C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C4D is #DCB3B2. Grayscale: #3F3F3F. Windows color (decimal): -14463923 or 5065763. OLE color: 5065763.

HSL color Cylindrical-coordinate representation of color #234C4D: hue angle of 181.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234C4D is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 76 77 -
CMYK 0.55 0.01 0 0.70
HSL 181.43º 0.38% 0.22% -
HSV(B) 181.43º 0.55% 0.3% -
XYZ 4.62 6.06 7.95 -
YUV 63.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 35 76 77 0.55 0.01 0 0.70 181.43 0.38 0.22
Hex 23 4C 4D 37 1 0 46 B5 26 16
Octal 43 114 115 67 1 0 106 265 46 26
Binary 100011 1001100 1001101 110111 1 0 1000110 10110101 100110 10110

Color Harmonies of #234C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234C4D

Black with #234C4D

Text Example


Text Example

White with #234C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,76,77); }

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

background-color css

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

 a { background-color: rgb(35,76,77); }

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

border-color css

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

 span { border-color: rgb(35,76,77); }

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