#25343A

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

Shades of Oxford Blue #25343A

Tints of Oxford Blue #25343A

Color information

#25343A (or 0x25343A) is unknown color: approx Oxford Blue. HEX triplet: 25, 34 and 3A. RGB value is (37,52,58). Sum of RGB (Red+Green+Blue) = 37+52+58=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #25343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25343A is #DACBC5. Grayscale: #303030. Windows color (decimal): -14339014 or 3814437. OLE color: 3814437.

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

Color convert

RGB375258-
CMYK0.360.1000.77
HSL197.14º22.11%18.63%-
HSV(B)197.14º36.21%22.75%-
XYZ2.753.154.47-
YUV48.2133.53120.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=25.17%
G=35.37%
B=39.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3752580.360.1000.77197.1422.1118.63
Hex25343A24A04Dc51613
Octal456472441201153052623
Binary100101110100111010100100101001001101110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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