#25353B

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

Shades of Oxford Blue #25353B

Tints of Oxford Blue #25353B

Color information

#25353B (or 0x25353B) is unknown color: approx Oxford Blue. HEX triplet: 25, 35 and 3B. RGB value is (37,53,59). Sum of RGB (Red+Green+Blue) = 37+53+59=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 59 - color contains mainly: blue. Hex color #25353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353B is #DACAC4. Grayscale: #303030. Windows color (decimal): -14338757 or 3880229. OLE color: 3880229.

HSL color Cylindrical-coordinate representation of color #25353B: hue angle of 196.36º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #25353B is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB375359-
CMYK0.370.1000.77
HSL196.36º22.92%18.82%-
HSV(B)196.36º37.29%23.14%-
XYZ2.833.264.62-
YUV48.9133.7119.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=24.83%
G=35.57%
B=39.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3753590.370.1000.77196.3622.9218.82
Hex25353B25A04Dc41713
Octal456573451201153042723
Binary100101110101111011100101101001001101110001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25353B; }

 p { color: rgb(37,53,59); }

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

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

 a { background-color: rgb(37,53,59); }

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

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

 span { border-color: rgb(37,53,59); }

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