Html Css Color HEX #25393E Oxford Blue

📋 copy color: '#25393E'

red 37 ◦ green 57 ◦ blue 62

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

Shades of Oxford Blue #25393E

Tints of Oxford Blue #25393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 62 (24.61% from 255) = 39.74%

R = 23.72%
G = 36.54%
B = 39.74%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25393E (or 0x25393E) is known color: Oxford Blue. HEX triplet: 25, 39 and 3E. RGB value is (37,57,62). Sum of RGB (Red+Green+Blue) = 37+57+62=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #25393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25393E is #DAC6C1. Grayscale: #333333. Windows color (decimal): -14337730 or 4077861. OLE color: 4077861.

HSL color Cylindrical-coordinate representation of color #25393E: hue angle of 192º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25393E is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 57 62 -
CMYK 0.40 0.08 0 0.76
HSL 192º 0.25% 0.19% -
HSV(B) 192º 0.4% 0.24% -
XYZ 3.1 3.67 5.1 -
YUV 51.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 37 57 62 0.40 0.08 0 0.76 192 0.25 0.19
Hex 25 39 3E 28 8 0 4C C0 19 13
Octal 45 71 76 50 10 0 114 300 31 23
Binary 100101 111001 111110 101000 1000 0 1001100 11000000 11001 10011

Color Harmonies of #25393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25393E

Black with #25393E

Text Example


Text Example

White with #25393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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