Html Css Color HEX #253239 Oxford Blue

📋 copy color: '#253239'

red 37 ◦ green 50 ◦ blue 57

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

Shades of Oxford Blue #253239

Tints of Oxford Blue #253239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.72%

 BLUE value IS 57 (22.66% from 255) = 39.58%

R = 25.69%
G = 34.72%
B = 39.58%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253239 (or 0x253239) is known color: Oxford Blue. HEX triplet: 25, 32 and 39. RGB value is (37,50,57). Sum of RGB (Red+Green+Blue) = 37+50+57=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #253239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253239 is #DACDC6. Grayscale: #2E2E2E. Windows color (decimal): -14339527 or 3748389. OLE color: 3748389.

HSL color Cylindrical-coordinate representation of color #253239: hue angle of 201º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #253239 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 50 57 -
CMYK 0.35 0.12 0 0.78
HSL 201º 0.21% 0.18% -
HSV(B) 201º 0.35% 0.22% -
XYZ 2.64 2.97 4.3 -
YUV 46.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 37 50 57 0.35 0.12 0 0.78 201 0.21 0.18
Hex 25 32 39 23 C 0 4E C9 15 12
Octal 45 62 71 43 14 0 116 311 25 22
Binary 100101 110010 111001 100011 1100 0 1001110 11001001 10101 10010

Color Harmonies of #253239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253239

Black with #253239

Text Example


Text Example

White with #253239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253239; }

 p { color: rgb(37,50,57); }

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

background-color css

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

 a { background-color: rgb(37,50,57); }

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

border-color css

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

 span { border-color: rgb(37,50,57); }

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