Html Css Color HEX #234B4D Dark Slate Grey

📋 copy color: '#234B4D'

red 35 ◦ green 75 ◦ blue 77

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

Shades of Dark Slate Grey #234B4D

Tints of Dark Slate Grey #234B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.11%

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

R = 18.72%
G = 40.11%
B = 41.18%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#234B4D (or 0x234B4D) is known color: Dark Slate Grey. HEX triplet: 23, 4B and 4D. RGB value is (35,75,77). Sum of RGB (Red+Green+Blue) = 35+75+77=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #234B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B4D is #DCB4B2. Grayscale: #3F3F3F. Windows color (decimal): -14464179 or 5065507. OLE color: 5065507.

HSL color Cylindrical-coordinate representation of color #234B4D: hue angle of 182.86º 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 #234B4D is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 75 77 -
CMYK 0.55 0.03 0 0.70
HSL 182.86º 0.38% 0.22% -
HSV(B) 182.86º 0.55% 0.3% -
XYZ 4.55 5.93 7.93 -
YUV 63.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 35 75 77 0.55 0.03 0 0.70 182.86 0.38 0.22
Hex 23 4B 4D 37 3 0 46 B7 26 16
Octal 43 113 115 67 3 0 106 267 46 26
Binary 100011 1001011 1001101 110111 11 0 1000110 10110111 100110 10110

Color Harmonies of #234B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B4D

Black with #234B4D

Text Example


Text Example

White with #234B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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