Html Css Color HEX #253B3F Outer Space

📋 copy color: '#253B3F'

red 37 ◦ green 59 ◦ blue 63

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

Shades of Outer Space #253B3F

Tints of Outer Space #253B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

 BLUE value IS 63 (25% from 255) = 39.62%

R = 23.27%
G = 37.11%
B = 39.62%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253B3F (or 0x253B3F) is known color: Outer Space. HEX triplet: 25, 3B and 3F. RGB value is (37,59,63). Sum of RGB (Red+Green+Blue) = 37+59+63=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #253B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B3F is #DAC4C0. Grayscale: #343434. Windows color (decimal): -14337217 or 4143909. OLE color: 4143909.

HSL color Cylindrical-coordinate representation of color #253B3F: hue angle of 189.23º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253B3F is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 59 63 -
CMYK 0.41 0.06 0 0.75
HSL 189.23º 0.26% 0.2% -
HSV(B) 189.23º 0.41% 0.25% -
XYZ 3.22 3.88 5.28 -
YUV 52.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 37 59 63 0.41 0.06 0 0.75 189.23 0.26 0.2
Hex 25 3B 3F 29 6 0 4B BD 1A 14
Octal 45 73 77 51 6 0 113 275 32 24
Binary 100101 111011 111111 101001 110 0 1001011 10111101 11010 10100

Color Harmonies of #253B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B3F

Black with #253B3F

Text Example


Text Example

White with #253B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253B3F; }

 p { color: rgb(37,59,63); }

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

background-color css

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

 a { background-color: rgb(37,59,63); }

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

border-color css

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

 span { border-color: rgb(37,59,63); }

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