#253134

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

Shades of Oxford Blue #253134

Tints of Oxford Blue #253134

Color information

#253134 (or 0x253134) is unknown color: approx Oxford Blue. HEX triplet: 25, 31 and 34. RGB value is (37,49,52). Sum of RGB (Red+Green+Blue) = 37+49+52=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #253134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253134 is #DACECB. Grayscale: #2D2D2D. Windows color (decimal): -14339788 or 3420453. OLE color: 3420453.

HSL color Cylindrical-coordinate representation of color #253134: hue angle of 192º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #253134 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB374952-
CMYK0.290.0600.80
HSL192º16.85%17.45%-
HSV(B)192º28.85%20.39%-
XYZ2.482.843.67-
YUV45.75131.52121.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=26.81%
G=35.51%
B=37.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3749520.290.0600.8019216.8517.45
Hex2531341D6050c01111
Octal45616435601203002121
Binary1001011100011101001110111001010000110000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253134; }

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

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

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

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

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

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

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

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