#253136

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

Shades of Oxford Blue #253136

Tints of Oxford Blue #253136

Color information

#253136 (or 0x253136) is unknown color: approx Oxford Blue. HEX triplet: 25, 31 and 36. RGB value is (37,49,54). Sum of RGB (Red+Green+Blue) = 37+49+54=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 54 - color contains mainly: blue. Hex color #253136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253136 is #DACEC9. Grayscale: #2D2D2D. Windows color (decimal): -14339786 or 3551525. OLE color: 3551525.

HSL color Cylindrical-coordinate representation of color #253136: hue angle of 197.65º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #253136 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374954-
CMYK0.310.0900.79
HSL197.65º18.68%17.84%-
HSV(B)197.65º31.48%21.18%-
XYZ2.532.863.91-
YUV45.98132.52121.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.43%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 54 (21.48% from 255) = 38.57%
R=26.43%
G=35%
B=38.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3749540.310.0900.79197.6518.6817.84
Hex2531361F904Fc61312
Octal456166371101173062322
Binary10010111000111011011111100101001111110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253136; }

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

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

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

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

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

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

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

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