Html Css Color HEX #253439 Oxford Blue

📋 copy color: '#253439'

red 37 ◦ green 52 ◦ blue 57

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

Shades of Oxford Blue #253439

Tints of Oxford Blue #253439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

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

R = 25.34%
G = 35.62%
B = 39.04%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253439 (or 0x253439) is known color: Oxford Blue. HEX triplet: 25, 34 and 39. RGB value is (37,52,57). Sum of RGB (Red+Green+Blue) = 37+52+57=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #253439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253439 is #DACBC6. Grayscale: #303030. Windows color (decimal): -14339015 or 3748901. OLE color: 3748901.

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

Color convert

RGB 37 52 57 -
CMYK 0.35 0.09 0 0.78
HSL 195º 0.21% 0.18% -
HSV(B) 195º 0.35% 0.22% -
XYZ 2.73 3.14 4.33 -
YUV 48.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 37 52 57 0.35 0.09 0 0.78 195 0.21 0.18
Hex 25 34 39 23 9 0 4E C3 15 12
Octal 45 64 71 43 11 0 116 303 25 22
Binary 100101 110100 111001 100011 1001 0 1001110 11000011 10101 10010

Color Harmonies of #253439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253439

Black with #253439

Text Example


Text Example

White with #253439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253439; }

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

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

background-color css

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

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

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

border-color css

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

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

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