#253135

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

Shades of Oxford Blue #253135

Tints of Oxford Blue #253135

Color information

#253135 (or 0x253135) is unknown color: approx Oxford Blue. HEX triplet: 25, 31 and 35. RGB value is (37,49,53). Sum of RGB (Red+Green+Blue) = 37+49+53=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 53 - color contains mainly: blue. Hex color #253135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253135 is #DACECA. Grayscale: #2D2D2D. Windows color (decimal): -14339787 or 3485989. OLE color: 3485989.

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

Color convert

RGB374953-
CMYK0.300.0800.79
HSL195º17.78%17.65%-
HSV(B)195º30.19%20.78%-
XYZ2.52.853.79-
YUV45.87132.02121.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 53 (21.09% from 255) = 38.13%
R=26.62%
G=35.25%
B=38.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3749530.300.0800.7919517.7817.65
Hex2531351E804Fc31212
Octal456165361001173032222
Binary10010111000111010111110100001001111110000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253135; }

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

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

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

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

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

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

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

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