Html Css Color HEX #253036 Oxford Blue

📋 copy color: '#253036'

red 37 ◦ green 48 ◦ blue 54

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

Shades of Oxford Blue #253036

Tints of Oxford Blue #253036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

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

R = 26.62%
G = 34.53%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#253036 (or 0x253036) is known color: Oxford Blue. HEX triplet: 25, 30 and 36. RGB value is (37,48,54). Sum of RGB (Red+Green+Blue) = 37+48+54=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 54 - color contains mainly: blue. Hex color #253036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253036 is #DACFC9. Grayscale: #2D2D2D. Windows color (decimal): -14340042 or 3551269. OLE color: 3551269.

HSL color Cylindrical-coordinate representation of color #253036: hue angle of 201.18º 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 #253036 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 48 54 -
CMYK 0.31 0.11 0 0.79
HSL 201.18º 0.19% 0.18% -
HSV(B) 201.18º 0.31% 0.21% -
XYZ 2.49 2.77 3.89 -
YUV 45.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 37 48 54 0.31 0.11 0 0.79 201.18 0.19 0.18
Hex 25 30 36 1F B 0 4F C9 13 12
Octal 45 60 66 37 13 0 117 311 23 22
Binary 100101 110000 110110 11111 1011 0 1001111 11001001 10011 10010

Color Harmonies of #253036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253036

Black with #253036

Text Example


Text Example

White with #253036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253036; }

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

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

background-color css

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

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

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

border-color css

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

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

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