Html Css Color HEX #234C4F Dark Slate Grey

📋 copy color: '#234C4F'

red 35 ◦ green 76 ◦ blue 79

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

Shades of Dark Slate Grey #234C4F

Tints of Dark Slate Grey #234C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 18.42%
G = 40%
B = 41.58%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#234C4F (or 0x234C4F) is known color: Dark Slate Grey. HEX triplet: 23, 4C and 4F. RGB value is (35,76,79). Sum of RGB (Red+Green+Blue) = 35+76+79=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #234C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C4F is #DCB3B0. Grayscale: #404040. Windows color (decimal): -14463921 or 5196835. OLE color: 5196835.

HSL color Cylindrical-coordinate representation of color #234C4F: hue angle of 184.09º 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 #234C4F is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 76 79 -
CMYK 0.56 0.04 0 0.69
HSL 184.09º 0.39% 0.22% -
HSV(B) 184.09º 0.56% 0.31% -
XYZ 4.69 6.09 8.33 -
YUV 64.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 35 76 79 0.56 0.04 0 0.69 184.09 0.39 0.22
Hex 23 4C 4F 38 4 0 45 B8 27 16
Octal 43 114 117 70 4 0 105 270 47 26
Binary 100011 1001100 1001111 111000 100 0 1000101 10111000 100111 10110

Color Harmonies of #234C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234C4F

Black with #234C4F

Text Example


Text Example

White with #234C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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