#243236

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

Shades of Oxford Blue #243236

Tints of Oxford Blue #243236

Color information

#243236 (or 0x243236) is unknown color: approx Oxford Blue. HEX triplet: 24, 32 and 36. RGB value is (36,50,54). Sum of RGB (Red+Green+Blue) = 36+50+54=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 54 - color contains mainly: blue. Hex color #243236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243236 is #DBCDC9. Grayscale: #2E2E2E. Windows color (decimal): -14405066 or 3551780. OLE color: 3551780.

HSL color Cylindrical-coordinate representation of color #243236: hue angle of 193.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #243236 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB365054-
CMYK0.330.0700.79
HSL193.33º20%17.65%-
HSV(B)193.33º33.33%21.18%-
XYZ2.532.923.92-
YUV46.27132.36120.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.71%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 54 (21.48% from 255) = 38.57%
R=25.71%
G=35.71%
B=38.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3650540.330.0700.79193.332017.65
Hex24323621704Fc11412
Octal44626641701173012422
Binary10010011001011011010000111101001111110000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243236; }

 p { color: rgb(36,50,54); }

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

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

 a { background-color: rgb(36,50,54); }

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

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

 span { border-color: rgb(36,50,54); }

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