#25353C

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

Shades of Oxford Blue #25353C

Tints of Oxford Blue #25353C

Color information

#25353C (or 0x25353C) is unknown color: approx Oxford Blue. HEX triplet: 25, 35 and 3C. RGB value is (37,53,60). Sum of RGB (Red+Green+Blue) = 37+53+60=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #25353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353C is #DACAC3. Grayscale: #303030. Windows color (decimal): -14338756 or 3945765. OLE color: 3945765.

HSL color Cylindrical-coordinate representation of color #25353C: hue angle of 198.26º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25353C is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB375360-
CMYK0.380.1200.76
HSL198.26º23.71%19.02%-
HSV(B)198.26º38.33%23.53%-
XYZ2.853.274.76-
YUV49.01134.2119.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=24.67%
G=35.33%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3753600.380.1200.76198.2623.7119.02
Hex25353C26C04Cc61813
Octal456574461401143063023
Binary100101110101111100100110110001001100110001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25353C; }

 p { color: rgb(37,53,60); }

 H1.HeaderClassName
 {
   color: #25353C;
 }
 .AnyTagClassName
 {
   color: #25353C;
 }
</style>
background-color css

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

 a { background-color: rgb(37,53,60); }

 div.DivClassName
 {
   background-color: #25353C;
 }
 .BgClassName
 {
   background-color: #25353C;
 }
</style>
border-color css

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

 span { border-color: rgb(37,53,60); }

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