#25363D

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

Shades of Oxford Blue #25363D

Tints of Oxford Blue #25363D

Color information

#25363D (or 0x25363D) is unknown color: approx Oxford Blue. HEX triplet: 25, 36 and 3D. RGB value is (37,54,61). Sum of RGB (Red+Green+Blue) = 37+54+61=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #25363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25363D is #DAC9C2. Grayscale: #313131. Windows color (decimal): -14338499 or 4011557. OLE color: 4011557.

HSL color Cylindrical-coordinate representation of color #25363D: hue angle of 197.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25363D is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB375461-
CMYK0.390.1100.76
HSL197.5º24.49%19.22%-
HSV(B)197.5º39.34%23.92%-
XYZ2.923.374.91-
YUV49.72134.37118.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=24.34%
G=35.53%
B=40.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3754610.390.1100.76197.524.4919.22
Hex25363D27B04Cc61813
Octal456675471301143063023
Binary100101110110111101100111101101001100110001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25363D; }

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

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

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

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

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

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

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

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