#253338

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

Shades of Oxford Blue #253338

Tints of Oxford Blue #253338

Color information

#253338 (or 0x253338) is unknown color: approx Oxford Blue. HEX triplet: 25, 33 and 38. RGB value is (37,51,56). Sum of RGB (Red+Green+Blue) = 37+51+56=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #253338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253338 is #DACCC7. Grayscale: #2F2F2F. Windows color (decimal): -14339272 or 3683109. OLE color: 3683109.

HSL color Cylindrical-coordinate representation of color #253338: hue angle of 195.79º 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 #253338 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB375156-
CMYK0.340.0900.78
HSL195.79º20.43%18.24%-
HSV(B)195.79º33.93%21.96%-
XYZ2.663.054.19-
YUV47.38132.86120.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=25.69%
G=35.42%
B=38.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3751560.340.0900.78195.7920.4318.24
Hex25333822904Ec41412
Octal456370421101163042422
Binary100101110011111000100010100101001110110001001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253338; }

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

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

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

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

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

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

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

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