Html Css Color HEX #253034 Oxford Blue

📋 copy color: '#253034'

red 37 ◦ green 48 ◦ blue 52

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

Shades of Oxford Blue #253034

Tints of Oxford Blue #253034

RGB

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

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

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

R = 27.01%
G = 35.04%
B = 37.96%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#253034 (or 0x253034) is known color: Oxford Blue. HEX triplet: 25, 30 and 34. RGB value is (37,48,52). Sum of RGB (Red+Green+Blue) = 37+48+52=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #253034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253034 is #DACFCB. Grayscale: #2D2D2D. Windows color (decimal): -14340044 or 3420197. OLE color: 3420197.

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

Color convert

RGB 37 48 52 -
CMYK 0.29 0.08 0 0.80
HSL 196º 0.17% 0.17% -
HSV(B) 196º 0.29% 0.2% -
XYZ 2.44 2.76 3.65 -
YUV 45.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 37 48 52 0.29 0.08 0 0.80 196 0.17 0.17
Hex 25 30 34 1D 8 0 50 C4 11 11
Octal 45 60 64 35 10 0 120 304 21 21
Binary 100101 110000 110100 11101 1000 0 1010000 11000100 10001 10001

Color Harmonies of #253034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253034

Black with #253034

Text Example


Text Example

White with #253034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253034; }

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

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

background-color css

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

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

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

border-color css

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

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

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