Html Css Color HEX #253136 Oxford Blue

📋 copy color: '#253136'

red 37 ◦ green 49 ◦ blue 54

#253136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #253136

Tints of Oxford Blue #253136

RGB

 RED value IS 37 (14.84% from 255) = 26.43%

 GREEN value IS 49 (19.53% from 255) = 35%

 BLUE value IS 54 (21.48% from 255) = 38.57%

R = 26.43%
G = 35%
B = 38.57%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#253136 (or 0x253136) is known color: Oxford Blue. HEX triplet: 25, 31 and 36. RGB value is (37,49,54). Sum of RGB (Red+Green+Blue) = 37+49+54=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 54 - color contains mainly: blue. Hex color #253136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253136 is #DACEC9. Grayscale: #2D2D2D. Windows color (decimal): -14339786 or 3551525. OLE color: 3551525.

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

Color convert

RGB 37 49 54 -
CMYK 0.31 0.09 0 0.79
HSL 197.65º 0.19% 0.18% -
HSV(B) 197.65º 0.31% 0.21% -
XYZ 2.53 2.86 3.91 -
YUV 45.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 37 49 54 0.31 0.09 0 0.79 197.65 0.19 0.18
Hex 25 31 36 1F 9 0 4F C6 13 12
Octal 45 61 66 37 11 0 117 306 23 22
Binary 100101 110001 110110 11111 1001 0 1001111 11000110 10011 10010

Color Harmonies of #253136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253136

Black with #253136

Text Example


Text Example

White with #253136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253136; }

 p { color: rgb(37,49,54); }

 H1.HeaderClassName
 {
   color: #253136;
 }
 .AnyTagClassName
 {
   color: #253136;
 }
</style>

background-color css

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

 a { background-color: rgb(37,49,54); }

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

border-color css

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

 span { border-color: rgb(37,49,54); }

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