Html Css Color HEX #253339 Oxford Blue

📋 copy color: '#253339'

red 37 ◦ green 51 ◦ blue 57

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

Shades of Oxford Blue #253339

Tints of Oxford Blue #253339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 25.52%
G = 35.17%
B = 39.31%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253339 (or 0x253339) is known color: Oxford Blue. HEX triplet: 25, 33 and 39. RGB value is (37,51,57). Sum of RGB (Red+Green+Blue) = 37+51+57=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #253339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253339 is #DACCC6. Grayscale: #2F2F2F. Windows color (decimal): -14339271 or 3748645. OLE color: 3748645.

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

Color convert

RGB 37 51 57 -
CMYK 0.35 0.11 0 0.78
HSL 198º 0.21% 0.18% -
HSV(B) 198º 0.35% 0.22% -
XYZ 2.69 3.06 4.32 -
YUV 47.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 37 51 57 0.35 0.11 0 0.78 198 0.21 0.18
Hex 25 33 39 23 B 0 4E C6 15 12
Octal 45 63 71 43 13 0 116 306 25 22
Binary 100101 110011 111001 100011 1011 0 1001110 11000110 10101 10010

Color Harmonies of #253339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253339

Black with #253339

Text Example


Text Example

White with #253339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253339; }

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

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

background-color css

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

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

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

border-color css

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

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

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