#253940

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

Shades of Oxford Blue #253940

Tints of Oxford Blue #253940

Color information

#253940 (or 0x253940) is unknown color: approx Oxford Blue. HEX triplet: 25, 39 and 40. RGB value is (37,57,64). Sum of RGB (Red+Green+Blue) = 37+57+64=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #253940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253940 is #DAC6BF. Grayscale: #333333. Windows color (decimal): -14337728 or 4208933. OLE color: 4208933.

HSL color Cylindrical-coordinate representation of color #253940: hue angle of 195.56º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #253940 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375764-
CMYK0.420.1100.75
HSL195.56º26.73%19.8%-
HSV(B)195.56º42.19%25.1%-
XYZ3.153.695.4-
YUV51.82134.87117.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=23.42%
G=36.08%
B=40.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3757640.420.1100.75195.5626.7319.8
Hex2539402AB04Bc41b14
Octal4571100521301133043324
Binary1001011110011000000101010101101001011110001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253940; }

 p { color: rgb(37,57,64); }

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

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

 a { background-color: rgb(37,57,64); }

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

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

 span { border-color: rgb(37,57,64); }

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