#243138

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

Shades of Oxford Blue #243138

Tints of Oxford Blue #243138

Color information

#243138 (or 0x243138) is unknown color: approx Oxford Blue. HEX triplet: 24, 31 and 38. RGB value is (36,49,56). Sum of RGB (Red+Green+Blue) = 36+49+56=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #243138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243138 is #DBCEC7. Grayscale: #2D2D2D. Windows color (decimal): -14405320 or 3682596. OLE color: 3682596.

HSL color Cylindrical-coordinate representation of color #243138: hue angle of 201º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #243138 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB364956-
CMYK0.360.1200.78
HSL201º21.74%18.04%-
HSV(B)201º35.71%21.96%-
XYZ2.542.864.16-
YUV45.91133.69120.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.53%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=25.53%
G=34.75%
B=39.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3649560.360.1200.7820121.7418.04
Hex24313824C04Ec91612
Octal446170441401163112622
Binary100100110001111000100100110001001110110010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243138; }

 p { color: rgb(36,49,56); }

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

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

 a { background-color: rgb(36,49,56); }

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

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

 span { border-color: rgb(36,49,56); }

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