Html Css Color HEX #234F51 Dark Slate Grey

📋 copy color: '#234F51'

red 35 ◦ green 79 ◦ blue 81

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

Shades of Dark Slate Grey #234F51

Tints of Dark Slate Grey #234F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.54%

R = 17.95%
G = 40.51%
B = 41.54%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#234F51 (or 0x234F51) is known color: Dark Slate Grey. HEX triplet: 23, 4F and 51. RGB value is (35,79,81). Sum of RGB (Red+Green+Blue) = 35+79+81=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #234F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F51 is #DCB0AE. Grayscale: #424242. Windows color (decimal): -14463151 or 5328675. OLE color: 5328675.

HSL color Cylindrical-coordinate representation of color #234F51: hue angle of 182.61º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #234F51 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 79 81 -
CMYK 0.57 0.02 0 0.68
HSL 182.61º 0.4% 0.23% -
HSV(B) 182.61º 0.57% 0.32% -
XYZ 4.97 6.54 8.79 -
YUV 66.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 35 79 81 0.57 0.02 0 0.68 182.61 0.4 0.23
Hex 23 4F 51 39 2 0 44 B7 28 17
Octal 43 117 121 71 2 0 104 267 50 27
Binary 100011 1001111 1010001 111001 10 0 1000100 10110111 101000 10111

Color Harmonies of #234F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F51

Black with #234F51

Text Example


Text Example

White with #234F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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