Html Css Color HEX #25383E Oxford Blue

📋 copy color: '#25383E'

red 37 ◦ green 56 ◦ blue 62

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

Shades of Oxford Blue #25383E

Tints of Oxford Blue #25383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

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

R = 23.87%
G = 36.13%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25383E (or 0x25383E) is known color: Oxford Blue. HEX triplet: 25, 38 and 3E. RGB value is (37,56,62). Sum of RGB (Red+Green+Blue) = 37+56+62=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 62 - color contains mainly: blue. Hex color #25383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25383E is #DAC7C1. Grayscale: #323232. Windows color (decimal): -14337986 or 4077605. OLE color: 4077605.

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

Color convert

RGB 37 56 62 -
CMYK 0.40 0.10 0 0.76
HSL 194.4º 0.25% 0.19% -
HSV(B) 194.4º 0.4% 0.24% -
XYZ 3.05 3.57 5.09 -
YUV 51 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 37 56 62 0.40 0.10 0 0.76 194.4 0.25 0.19
Hex 25 38 3E 28 A 0 4C C2 19 13
Octal 45 70 76 50 12 0 114 302 31 23
Binary 100101 111000 111110 101000 1010 0 1001100 11000010 11001 10011

Color Harmonies of #25383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25383E

Black with #25383E

Text Example


Text Example

White with #25383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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