#252F33

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

Shades of Oxford Blue #252F33

Tints of Oxford Blue #252F33

Color information

#252F33 (or 0x252F33) is unknown color: approx Oxford Blue. HEX triplet: 25, 2F and 33. RGB value is (37,47,51). Sum of RGB (Red+Green+Blue) = 37+47+51=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 51 - color contains mainly: blue. Hex color #252F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F33 is #DAD0CC. Grayscale: #2C2C2C. Windows color (decimal): -14340301 or 3354405. OLE color: 3354405.

HSL color Cylindrical-coordinate representation of color #252F33: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #252F33 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB374751-
CMYK0.270.0800.8
HSL197.14º15.91%17.25%-
HSV(B)197.14º27.45%20%-
XYZ2.382.673.52-
YUV44.47131.69122.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=27.41%
G=34.81%
B=37.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3747510.270.0800.8197.1415.9117.25
Hex252F331B8050c51011
Octal455763331001203052021
Binary10010110111111001111011100001010000110001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F33; }

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

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

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

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

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

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

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

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