#253C42

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

Shades of Oxford Blue #253C42

Tints of Oxford Blue #253C42

Color information

#253C42 (or 0x253C42) is unknown color: approx Oxford Blue. HEX triplet: 25, 3C and 42. RGB value is (37,60,66). Sum of RGB (Red+Green+Blue) = 37+60+66=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #253C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C42 is #DAC3BD. Grayscale: #353535. Windows color (decimal): -14336958 or 4340773. OLE color: 4340773.

HSL color Cylindrical-coordinate representation of color #253C42: hue angle of 192.41º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #253C42 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB376066-
CMYK0.440.0900.74
HSL192.41º28.16%20.2%-
HSV(B)192.41º43.94%25.88%-
XYZ3.364.025.75-
YUV53.81134.88116.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=22.70%
G=36.81%
B=40.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3760660.440.0900.74192.4128.1620.2
Hex253C422C904Ac01c14
Octal4574102541101123003424
Binary1001011111001000010101100100101001010110000001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253C42; }

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

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

<style>
 a { background-color: #253C42; }

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

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

<style>
 span { border-color: #253C42; }

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

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