#25353A

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

Shades of Oxford Blue #25353A

Tints of Oxford Blue #25353A

Color information

#25353A (or 0x25353A) is unknown color: approx Oxford Blue. HEX triplet: 25, 35 and 3A. RGB value is (37,53,58). Sum of RGB (Red+Green+Blue) = 37+53+58=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #25353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353A is #DACAC5. Grayscale: #303030. Windows color (decimal): -14338758 or 3814693. OLE color: 3814693.

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

Color convert

RGB375358-
CMYK0.360.0900.77
HSL194.29º22.11%18.63%-
HSV(B)194.29º36.21%22.75%-
XYZ2.83.254.48-
YUV48.79133.2119.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=25%
G=35.81%
B=39.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3753580.360.0900.77194.2922.1118.63
Hex25353A24904Dc21613
Octal456572441101153022623
Binary100101110101111010100100100101001101110000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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