#243A41

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

Shades of Oxford Blue #243A41

Tints of Oxford Blue #243A41

Color information

#243A41 (or 0x243A41) is unknown color: approx Oxford Blue. HEX triplet: 24, 3A and 41. RGB value is (36,58,65). Sum of RGB (Red+Green+Blue) = 36+58+65=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #243A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A41 is #DBC5BE. Grayscale: #343434. Windows color (decimal): -14403007 or 4274724. OLE color: 4274724.

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

Color convert

RGB365865-
CMYK0.450.1100.75
HSL194.48º28.71%19.8%-
HSV(B)194.48º44.62%25.49%-
XYZ3.193.785.56-
YUV52.22135.21116.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=22.64%
G=36.48%
B=40.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3658650.450.1100.75194.4828.7119.8
Hex243A412DB04Bc21d14
Octal4472101551301133023524
Binary1001001110101000001101101101101001011110000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243A41; }

 p { color: rgb(36,58,65); }

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

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

 a { background-color: rgb(36,58,65); }

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

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

 span { border-color: rgb(36,58,65); }

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