Html Css Color HEX #234F4A Dark Slate Grey

📋 copy color: '#234F4A'

red 35 ◦ green 79 ◦ blue 74

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

Shades of Dark Slate Grey #234F4A

Tints of Dark Slate Grey #234F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.02%

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 18.62%
G = 42.02%
B = 39.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#234F4A (or 0x234F4A) is known color: Dark Slate Grey. HEX triplet: 23, 4F and 4A. RGB value is (35,79,74). Sum of RGB (Red+Green+Blue) = 35+79+74=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #234F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F4A is #DCB0B5. Grayscale: #414141. Windows color (decimal): -14463158 or 4869923. OLE color: 4869923.

HSL color Cylindrical-coordinate representation of color #234F4A: hue angle of 173.18º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234F4A is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 79 74 -
CMYK 0.56 0 0.06 0.69
HSL 173.18º 0.39% 0.22% -
HSV(B) 173.18º 0.56% 0.31% -
XYZ 4.73 6.44 7.47 -
YUV 65.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 35 79 74 0.56 0 0.06 0.69 173.18 0.39 0.22
Hex 23 4F 4A 38 0 6 45 AD 27 16
Octal 43 117 112 70 0 6 105 255 47 26
Binary 100011 1001111 1001010 111000 0 110 1000101 10101101 100111 10110

Color Harmonies of #234F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F4A

Black with #234F4A

Text Example


Text Example

White with #234F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,79,74); }

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

background-color css

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

 a { background-color: rgb(35,79,74); }

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

border-color css

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

 span { border-color: rgb(35,79,74); }

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