Html Css Color HEX #234E50 Dark Slate Grey

📋 copy color: '#234E50'

red 35 ◦ green 78 ◦ blue 80

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

Shades of Dark Slate Grey #234E50

Tints of Dark Slate Grey #234E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.41%

 BLUE value IS 80 (31.64% from 255) = 41.45%

R = 18.13%
G = 40.41%
B = 41.45%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#234E50 (or 0x234E50) is known color: Dark Slate Grey. HEX triplet: 23, 4E and 50. RGB value is (35,78,80). Sum of RGB (Red+Green+Blue) = 35+78+80=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #234E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E50 is #DCB1AF. Grayscale: #414141. Windows color (decimal): -14463408 or 5262883. OLE color: 5262883.

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

Color convert

RGB 35 78 80 -
CMYK 0.56 0.02 0 0.69
HSL 182.67º 0.39% 0.23% -
HSV(B) 182.67º 0.56% 0.31% -
XYZ 4.87 6.39 8.57 -
YUV 65.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 35 78 80 0.56 0.02 0 0.69 182.67 0.39 0.23
Hex 23 4E 50 38 2 0 45 B7 27 17
Octal 43 116 120 70 2 0 105 267 47 27
Binary 100011 1001110 1010000 111000 10 0 1000101 10110111 100111 10111

Color Harmonies of #234E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234E50

Black with #234E50

Text Example


Text Example

White with #234E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,78,80); }

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

background-color css

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

 a { background-color: rgb(35,78,80); }

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

border-color css

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

 span { border-color: rgb(35,78,80); }

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