#25333A

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

Shades of Oxford Blue #25333A

Tints of Oxford Blue #25333A

Color information

#25333A (or 0x25333A) is unknown color: approx Oxford Blue. HEX triplet: 25, 33 and 3A. RGB value is (37,51,58). Sum of RGB (Red+Green+Blue) = 37+51+58=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #25333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25333A is #DACCC5. Grayscale: #2F2F2F. Windows color (decimal): -14339270 or 3814181. OLE color: 3814181.

HSL color Cylindrical-coordinate representation of color #25333A: hue angle of 200º 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 #25333A is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB375158-
CMYK0.360.1200.77
HSL200º22.11%18.63%-
HSV(B)200º36.21%22.75%-
XYZ2.713.074.45-
YUV47.61133.86120.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=25.34%
G=34.93%
B=39.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3751580.360.1200.7720022.1118.63
Hex25333A24C04Dc81613
Octal456372441401153102623
Binary100101110011111010100100110001001101110010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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