Html Css Color HEX #25373E Oxford Blue

📋 copy color: '#25373E'

red 37 ◦ green 55 ◦ blue 62

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

Shades of Oxford Blue #25373E

Tints of Oxford Blue #25373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

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

R = 24.03%
G = 35.71%
B = 40.26%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25373E (or 0x25373E) is known color: Oxford Blue. HEX triplet: 25, 37 and 3E. RGB value is (37,55,62). Sum of RGB (Red+Green+Blue) = 37+55+62=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #25373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25373E is #DAC8C1. Grayscale: #323232. Windows color (decimal): -14338242 or 4077349. OLE color: 4077349.

HSL color Cylindrical-coordinate representation of color #25373E: hue angle of 196.8º 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 #25373E is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 55 62 -
CMYK 0.40 0.11 0 0.76
HSL 196.8º 0.25% 0.19% -
HSV(B) 196.8º 0.4% 0.24% -
XYZ 3 3.47 5.07 -
YUV 50.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 37 55 62 0.40 0.11 0 0.76 196.8 0.25 0.19
Hex 25 37 3E 28 B 0 4C C5 19 13
Octal 45 67 76 50 13 0 114 305 31 23
Binary 100101 110111 111110 101000 1011 0 1001100 11000101 11001 10011

Color Harmonies of #25373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25373E

Black with #25373E

Text Example


Text Example

White with #25373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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