#253B3F

Color #253B3F Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #253B3F

Tints of Outer Space #253B3F

Color information

#253B3F (or 0x253B3F) is unknown color: approx 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

RGB375963-
CMYK0.410.0600.75
HSL189.23º26%19.61%-
HSV(B)189.23º41.27%24.71%-
XYZ3.223.885.28-
YUV52.88133.71116.67-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3759630.410.0600.75189.232619.61
Hex253B3F29604Bbd1a14
Octal45737751601132753224
Binary10010111101111111110100111001001011101111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>