Html Css Color HEX #234B4A Dark Slate Grey

📋 copy color: '#234B4A'

red 35 ◦ green 75 ◦ blue 74

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

Shades of Dark Slate Grey #234B4A

Tints of Dark Slate Grey #234B4A

RGB

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

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

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

R = 19.02%
G = 40.76%
B = 40.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#234B4A (or 0x234B4A) is known color: Dark Slate Grey. HEX triplet: 23, 4B and 4A. RGB value is (35,75,74). Sum of RGB (Red+Green+Blue) = 35+75+74=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #234B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B4A is #DCB4B5. Grayscale: #3E3E3E. Windows color (decimal): -14464182 or 4868899. OLE color: 4868899.

HSL color Cylindrical-coordinate representation of color #234B4A: hue angle of 178.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B4A is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 75 74 -
CMYK 0.53 0 0.01 0.71
HSL 178.5º 0.36% 0.22% -
HSV(B) 178.5º 0.53% 0.29% -
XYZ 4.45 5.88 7.38 -
YUV 62.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 35 75 74 0.53 0 0.01 0.71 178.5 0.36 0.22
Hex 23 4B 4A 35 0 1 47 B2 24 16
Octal 43 113 112 65 0 1 107 262 44 26
Binary 100011 1001011 1001010 110101 0 1 1000111 10110010 100100 10110

Color Harmonies of #234B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B4A

Black with #234B4A

Text Example


Text Example

White with #234B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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