#253035

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

Shades of Oxford Blue #253035

Tints of Oxford Blue #253035

Color information

#253035 (or 0x253035) is unknown color: approx Oxford Blue. HEX triplet: 25, 30 and 35. RGB value is (37,48,53). Sum of RGB (Red+Green+Blue) = 37+48+53=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #253035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253035 is #DACFCA. Grayscale: #2D2D2D. Windows color (decimal): -14340043 or 3485733. OLE color: 3485733.

HSL color Cylindrical-coordinate representation of color #253035: hue angle of 198.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #253035 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374853-
CMYK0.300.0900.79
HSL198.75º17.78%17.65%-
HSV(B)198.75º30.19%20.78%-
XYZ2.462.763.77-
YUV45.28132.36122.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=26.81%
G=34.78%
B=38.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3748530.300.0900.79198.7517.7817.65
Hex2530351E904Fc71212
Octal456065361101173072222
Binary10010111000011010111110100101001111110001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253035; }

 p { color: rgb(37,48,53); }

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

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

 a { background-color: rgb(37,48,53); }

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

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

 span { border-color: rgb(37,48,53); }

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