Html Css Color HEX #253537 Outer Space

📋 copy color: '#253537'

red 37 ◦ green 53 ◦ blue 55

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

Shades of Outer Space #253537

Tints of Outer Space #253537

RGB

 RED value IS 37 (14.84% from 255) = 25.52%

 GREEN value IS 53 (21.09% from 255) = 36.55%

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 25.52%
G = 36.55%
B = 37.93%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253537 (or 0x253537) is known color: Outer Space. HEX triplet: 25, 35 and 37. RGB value is (37,53,55). Sum of RGB (Red+Green+Blue) = 37+53+55=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #253537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253537 is #DACAC8. Grayscale: #303030. Windows color (decimal): -14338761 or 3618085. OLE color: 3618085.

HSL color Cylindrical-coordinate representation of color #253537: hue angle of 186.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #253537 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 53 55 -
CMYK 0.33 0.04 0 0.78
HSL 186.67º 0.2% 0.18% -
HSV(B) 186.67º 0.33% 0.22% -
XYZ 2.73 3.22 4.09 -
YUV 48.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 37 53 55 0.33 0.04 0 0.78 186.67 0.2 0.18
Hex 25 35 37 21 4 0 4E BB 14 12
Octal 45 65 67 41 4 0 116 273 24 22
Binary 100101 110101 110111 100001 100 0 1001110 10111011 10100 10010

Color Harmonies of #253537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253537

Black with #253537

Text Example


Text Example

White with #253537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253537; }

 p { color: rgb(37,53,55); }

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

background-color css

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

 a { background-color: rgb(37,53,55); }

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

border-color css

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

 span { border-color: rgb(37,53,55); }

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