#25373D

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

Shades of Oxford Blue #25373D

Tints of Oxford Blue #25373D

Color information

#25373D (or 0x25373D) is unknown color: approx Oxford Blue. HEX triplet: 25, 37 and 3D. RGB value is (37,55,61). Sum of RGB (Red+Green+Blue) = 37+55+61=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #25373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25373D is #DAC8C2. Grayscale: #323232. Windows color (decimal): -14338243 or 4011813. OLE color: 4011813.

HSL color Cylindrical-coordinate representation of color #25373D: hue angle of 195º 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 #25373D is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB375561-
CMYK0.390.1000.76
HSL195º24.49%19.22%-
HSV(B)195º39.34%23.92%-
XYZ2.973.464.93-
YUV50.3134.04118.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=24.18%
G=35.95%
B=39.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3755610.390.1000.7619524.4919.22
Hex25373D27A04Cc31813
Octal456775471201143033023
Binary100101110111111101100111101001001100110000111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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