#25383E

Color #25383E Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #25383E

Tints of Oxford Blue #25383E

Color information

#25383E (or 0x25383E) is unknown color: approx 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

RGB375662-
CMYK0.400.1000.76
HSL194.4º25.25%19.41%-
HSV(B)194.4º40.32%24.31%-
XYZ3.053.575.09-
YUV51134.21118.01-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3756620.400.1000.76194.425.2519.41
Hex25383E28A04Cc21913
Octal457076501201143023123
Binary100101111000111110101000101001001100110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>