Html Css Color HEX #253134 Oxford Blue

📋 copy color: '#253134'

red 37 ◦ green 49 ◦ blue 52

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

Shades of Oxford Blue #253134

Tints of Oxford Blue #253134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.68%

R = 26.81%
G = 35.51%
B = 37.68%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#253134 (or 0x253134) is known color: Oxford Blue. HEX triplet: 25, 31 and 34. RGB value is (37,49,52). Sum of RGB (Red+Green+Blue) = 37+49+52=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #253134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253134 is #DACECB. Grayscale: #2D2D2D. Windows color (decimal): -14339788 or 3420453. OLE color: 3420453.

HSL color Cylindrical-coordinate representation of color #253134: hue angle of 192º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #253134 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 49 52 -
CMYK 0.29 0.06 0 0.80
HSL 192º 0.17% 0.17% -
HSV(B) 192º 0.29% 0.2% -
XYZ 2.48 2.84 3.67 -
YUV 45.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 37 49 52 0.29 0.06 0 0.80 192 0.17 0.17
Hex 25 31 34 1D 6 0 50 C0 11 11
Octal 45 61 64 35 6 0 120 300 21 21
Binary 100101 110001 110100 11101 110 0 1010000 11000000 10001 10001

Color Harmonies of #253134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253134

Black with #253134

Text Example


Text Example

White with #253134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253134; }

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

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

background-color css

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

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

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

border-color css

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

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

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