Html Css Color HEX #253135 Oxford Blue

📋 copy color: '#253135'

red 37 ◦ green 49 ◦ blue 53

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

Shades of Oxford Blue #253135

Tints of Oxford Blue #253135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 38.13%

R = 26.62%
G = 35.25%
B = 38.13%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#253135 (or 0x253135) is known color: Oxford Blue. HEX triplet: 25, 31 and 35. RGB value is (37,49,53). Sum of RGB (Red+Green+Blue) = 37+49+53=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 53 - color contains mainly: blue. Hex color #253135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253135 is #DACECA. Grayscale: #2D2D2D. Windows color (decimal): -14339787 or 3485989. OLE color: 3485989.

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

Color convert

RGB 37 49 53 -
CMYK 0.30 0.08 0 0.79
HSL 195º 0.18% 0.18% -
HSV(B) 195º 0.3% 0.21% -
XYZ 2.5 2.85 3.79 -
YUV 45.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 37 49 53 0.30 0.08 0 0.79 195 0.18 0.18
Hex 25 31 35 1E 8 0 4F C3 12 12
Octal 45 61 65 36 10 0 117 303 22 22
Binary 100101 110001 110101 11110 1000 0 1001111 11000011 10010 10010

Color Harmonies of #253135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253135

Black with #253135

Text Example


Text Example

White with #253135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253135; }

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

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

background-color css

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

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

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

border-color css

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

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

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