#253A41

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

Shades of Oxford Blue #253A41

Tints of Oxford Blue #253A41

Color information

#253A41 (or 0x253A41) is unknown color: approx Oxford Blue. HEX triplet: 25, 3A and 41. RGB value is (37,58,65). Sum of RGB (Red+Green+Blue) = 37+58+65=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #253A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A41 is #DAC5BE. Grayscale: #343434. Windows color (decimal): -14337471 or 4274725. OLE color: 4274725.

HSL color Cylindrical-coordinate representation of color #253A41: hue angle of 195º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #253A41 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375865-
CMYK0.430.1100.75
HSL195º27.45%20%-
HSV(B)195º43.08%25.49%-
XYZ3.233.85.56-
YUV52.52135.04116.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=23.12%
G=36.25%
B=40.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3758650.430.1100.7519527.4520
Hex253A412BB04Bc31b14
Octal4572101531301133033324
Binary1001011110101000001101011101101001011110000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253A41; }

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

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

<style>
 a { background-color: #253A41; }

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

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

<style>
 span { border-color: #253A41; }

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

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