#25393F

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

Shades of Oxford Blue #25393F

Tints of Oxford Blue #25393F

Color information

#25393F (or 0x25393F) is unknown color: approx Oxford Blue. HEX triplet: 25, 39 and 3F. RGB value is (37,57,63). Sum of RGB (Red+Green+Blue) = 37+57+63=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #25393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25393F is #DAC6C0. Grayscale: #333333. Windows color (decimal): -14337729 or 4143397. OLE color: 4143397.

HSL color Cylindrical-coordinate representation of color #25393F: hue angle of 193.85º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25393F is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375763-
CMYK0.410.1000.75
HSL193.85º26%19.61%-
HSV(B)193.85º41.27%24.71%-
XYZ3.123.685.25-
YUV51.7134.37117.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 63 (25% from 255) = 40.13%
R=23.57%
G=36.31%
B=40.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3757630.410.1000.75193.852619.61
Hex25393F29A04Bc21a14
Octal457177511201133023224
Binary100101111001111111101001101001001011110000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25393F; }

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

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

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

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

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

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

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

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