#243940

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

Shades of Oxford Blue #243940

Tints of Oxford Blue #243940

Color information

#243940 (or 0x243940) is unknown color: approx Oxford Blue. HEX triplet: 24, 39 and 40. RGB value is (36,57,64). Sum of RGB (Red+Green+Blue) = 36+57+64=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #243940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243940 is #DBC6BF. Grayscale: #333333. Windows color (decimal): -14403264 or 4208932. OLE color: 4208932.

HSL color Cylindrical-coordinate representation of color #243940: hue angle of 195º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #243940 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB365764-
CMYK0.440.1100.75
HSL195º28%19.61%-
HSV(B)195º43.75%25.1%-
XYZ3.123.675.39-
YUV51.52135.04116.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=22.93%
G=36.31%
B=40.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3657640.440.1100.751952819.61
Hex2439402CB04Bc31c14
Octal4471100541301133033424
Binary1001001110011000000101100101101001011110000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243940; }

 p { color: rgb(36,57,64); }

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

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

 a { background-color: rgb(36,57,64); }

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

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

 span { border-color: rgb(36,57,64); }

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