#252E31

Color #252E31 Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #252E31

Tints of Oxford Blue #252E31

Color information

#252E31 (or 0x252E31) is unknown color: approx Oxford Blue. HEX triplet: 25, 2E and 31. RGB value is (37,46,49). Sum of RGB (Red+Green+Blue) = 37+46+49=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #252E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E31 is #DAD1CE. Grayscale: #2B2B2B. Windows color (decimal): -14340559 or 3223077. OLE color: 3223077.

HSL color Cylindrical-coordinate representation of color #252E31: hue angle of 195º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #252E31 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB374649-
CMYK0.240.0600.81
HSL195º13.95%16.86%-
HSV(B)195º24.49%19.22%-
XYZ2.292.573.28-
YUV43.65131.02123.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=28.03%
G=34.85%
B=37.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3746490.240.0600.8119513.9516.86
Hex252E31186051c3e11
Octal45566130601213031621
Binary100101101110110001110001100101000111000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252E31; }

 p { color: rgb(37,46,49); }

 H1.HeaderClassName
 {
   color: #252E31;
 }
 .AnyTagClassName
 {
   color: #252E31;
 }
</style>
background-color css

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

 a { background-color: rgb(37,46,49); }

 div.DivClassName
 {
   background-color: #252E31;
 }
 .BgClassName
 {
   background-color: #252E31;
 }
</style>
border-color css

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

 span { border-color: rgb(37,46,49); }

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