#253036

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

Shades of Oxford Blue #253036

Tints of Oxford Blue #253036

Color information

#253036 (or 0x253036) is unknown color: approx Oxford Blue. HEX triplet: 25, 30 and 36. RGB value is (37,48,54). Sum of RGB (Red+Green+Blue) = 37+48+54=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 54 - color contains mainly: blue. Hex color #253036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253036 is #DACFC9. Grayscale: #2D2D2D. Windows color (decimal): -14340042 or 3551269. OLE color: 3551269.

HSL color Cylindrical-coordinate representation of color #253036: hue angle of 201.18º 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 #253036 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374854-
CMYK0.310.1100.79
HSL201.18º18.68%17.84%-
HSV(B)201.18º31.48%21.18%-
XYZ2.492.773.89-
YUV45.4132.86122.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=26.62%
G=34.53%
B=38.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3748540.310.1100.79201.1818.6817.84
Hex2530361FB04Fc91312
Octal456066371301173112322
Binary10010111000011011011111101101001111110010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253036; }

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

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

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

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

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

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

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

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