Html Css Color HEX #274D52 Dark Slate Grey

📋 copy color: '#274D52'

red 39 ◦ green 77 ◦ blue 82

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

Shades of Dark Slate Grey #274D52

Tints of Dark Slate Grey #274D52

RGB

 RED value IS 39 (15.63% from 255) = 19.7%

 GREEN value IS 77 (30.47% from 255) = 38.89%

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 19.7%
G = 38.89%
B = 41.41%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#274D52 (or 0x274D52) is known color: Dark Slate Grey. HEX triplet: 27, 4D and 52. RGB value is (39,77,82). Sum of RGB (Red+Green+Blue) = 39+77+82=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #274D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D52 is #D8B2AD. Grayscale: #424242. Windows color (decimal): -14201518 or 5393703. OLE color: 5393703.

HSL color Cylindrical-coordinate representation of color #274D52: hue angle of 186.98º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #274D52 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 77 82 -
CMYK 0.52 0.06 0 0.68
HSL 186.98º 0.36% 0.24% -
HSV(B) 186.98º 0.52% 0.32% -
XYZ 5.01 6.35 8.94 -
YUV 66.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 39 77 82 0.52 0.06 0 0.68 186.98 0.36 0.24
Hex 27 4D 52 34 6 0 44 BB 24 18
Octal 47 115 122 64 6 0 104 273 44 30
Binary 100111 1001101 1010010 110100 110 0 1000100 10111011 100100 11000

Color Harmonies of #274D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D52

Black with #274D52

Text Example


Text Example

White with #274D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274D52; }

 p { color: rgb(39,77,82); }

 H1.HeaderClassName
 {
   color: #274D52;
 }
 .AnyTagClassName
 {
   color: #274D52;
 }
</style>

background-color css

<style>
 a { background-color: #274D52; }

 a { background-color: rgb(39,77,82); }

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

border-color css

<style>
 span { border-color: #274D52; }

 span { border-color: rgb(39,77,82); }

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