#253235

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

Shades of Oxford Blue #253235

Tints of Oxford Blue #253235

Color information

#253235 (or 0x253235) is unknown color: approx Oxford Blue. HEX triplet: 25, 32 and 35. RGB value is (37,50,53). Sum of RGB (Red+Green+Blue) = 37+50+53=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: blue. Hex color #253235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253235 is #DACDCA. Grayscale: #2E2E2E. Windows color (decimal): -14339531 or 3486245. OLE color: 3486245.

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

Color convert

RGB375053-
CMYK0.300.0600.79
HSL191.25º17.78%17.65%-
HSV(B)191.25º30.19%20.78%-
XYZ2.552.933.8-
YUV46.46131.69121.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.43%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=26.43%
G=35.71%
B=37.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3750530.300.0600.79191.2517.7817.65
Hex2532351E604Fbf1212
Octal45626536601172772222
Binary1001011100101101011111011001001111101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253235; }

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

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

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

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

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

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

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

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