#253438

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

Shades of Oxford Blue #253438

Tints of Oxford Blue #253438

Color information

#253438 (or 0x253438) is unknown color: approx Oxford Blue. HEX triplet: 25, 34 and 38. RGB value is (37,52,56). Sum of RGB (Red+Green+Blue) = 37+52+56=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #253438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253438 is #DACBC7. Grayscale: #2F2F2F. Windows color (decimal): -14339016 or 3683365. OLE color: 3683365.

HSL color Cylindrical-coordinate representation of color #253438: hue angle of 192.63º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #253438 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB375256-
CMYK0.340.0700.78
HSL192.63º20.43%18.24%-
HSV(B)192.63º33.93%21.96%-
XYZ2.73.134.2-
YUV47.97132.53120.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=25.52%
G=35.86%
B=38.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3752560.340.0700.78192.6320.4318.24
Hex25343822704Ec11412
Octal45647042701163012422
Binary10010111010011100010001011101001110110000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253438; }

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

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

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

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

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

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

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

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