Html Css Color HEX #275B5D Dark Slate Grey

📋 copy color: '#275B5D'

red 39 ◦ green 91 ◦ blue 93

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

Shades of Dark Slate Grey #275B5D

Tints of Dark Slate Grey #275B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.81%

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 17.49%
G = 40.81%
B = 41.7%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#275B5D (or 0x275B5D) is known color: Dark Slate Grey. HEX triplet: 27, 5B and 5D. RGB value is (39,91,93). Sum of RGB (Red+Green+Blue) = 39+91+93=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #275B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B5D is #D8A4A2. Grayscale: #4B4B4B. Windows color (decimal): -14197923 or 6118183. OLE color: 6118183.

HSL color Cylindrical-coordinate representation of color #275B5D: hue angle of 182.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275B5D is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 91 93 -
CMYK 0.58 0.02 0 0.64
HSL 182.22º 0.41% 0.26% -
HSV(B) 182.22º 0.58% 0.36% -
XYZ 6.55 8.7 11.69 -
YUV 75.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 39 91 93 0.58 0.02 0 0.64 182.22 0.41 0.26
Hex 27 5B 5D 3A 2 0 40 B6 29 1A
Octal 47 133 135 72 2 0 100 266 51 32
Binary 100111 1011011 1011101 111010 10 0 1000000 10110110 101001 11010

Color Harmonies of #275B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B5D

Black with #275B5D

Text Example


Text Example

White with #275B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275B5D; }

 p { color: rgb(39,91,93); }

 H1.HeaderClassName
 {
   color: #275B5D;
 }
 .AnyTagClassName
 {
   color: #275B5D;
 }
</style>

background-color css

<style>
 a { background-color: #275B5D; }

 a { background-color: rgb(39,91,93); }

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

border-color css

<style>
 span { border-color: #275B5D; }

 span { border-color: rgb(39,91,93); }

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