#253236

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

Shades of Oxford Blue #253236

Tints of Oxford Blue #253236

Color information

#253236 (or 0x253236) is unknown color: approx Oxford Blue. HEX triplet: 25, 32 and 36. RGB value is (37,50,54). Sum of RGB (Red+Green+Blue) = 37+50+54=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #253236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253236 is #DACDC9. Grayscale: #2E2E2E. Windows color (decimal): -14339530 or 3551781. OLE color: 3551781.

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

Color convert

RGB375054-
CMYK0.310.0700.79
HSL194.12º18.68%17.84%-
HSV(B)194.12º31.48%21.18%-
XYZ2.572.943.92-
YUV46.57132.19121.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=26.24%
G=35.46%
B=38.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3750540.310.0700.79194.1218.6817.84
Hex2532361F704Fc21312
Octal45626637701173022322
Binary1001011100101101101111111101001111110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253236; }

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

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

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

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

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

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

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

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