#243B41

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

Shades of Oxford Blue #243B41

Tints of Oxford Blue #243B41

Color information

#243B41 (or 0x243B41) is unknown color: approx Oxford Blue. HEX triplet: 24, 3B and 41. RGB value is (36,59,65). Sum of RGB (Red+Green+Blue) = 36+59+65=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #243B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243B41 is #DBC4BE. Grayscale: #343434. Windows color (decimal): -14402751 or 4274980. OLE color: 4274980.

HSL color Cylindrical-coordinate representation of color #243B41: hue angle of 192.41º 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 #243B41 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB365965-
CMYK0.450.0900.75
HSL192.41º28.71%19.8%-
HSV(B)192.41º44.62%25.49%-
XYZ3.253.885.58-
YUV52.81134.88116.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=22.5%
G=36.88%
B=40.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3659650.450.0900.75192.4128.7119.8
Hex243B412D904Bc01d14
Octal4473101551101133003524
Binary1001001110111000001101101100101001011110000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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