#243235

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

Shades of Oxford Blue #243235

Tints of Oxford Blue #243235

Color information

#243235 (or 0x243235) is unknown color: approx Oxford Blue. HEX triplet: 24, 32 and 35. RGB value is (36,50,53). Sum of RGB (Red+Green+Blue) = 36+50+53=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 53 - color contains mainly: blue. Hex color #243235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243235 is #DBCDCA. Grayscale: #2E2E2E. Windows color (decimal): -14405067 or 3486244. OLE color: 3486244.

HSL color Cylindrical-coordinate representation of color #243235: hue angle of 190.59º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #243235 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB365053-
CMYK0.320.0600.79
HSL190.59º19.1%17.45%-
HSV(B)190.59º32.08%20.78%-
XYZ2.512.913.8-
YUV46.16131.86120.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 53 (21.09% from 255) = 38.13%
R=25.90%
G=35.97%
B=38.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3650530.320.0600.79190.5919.117.45
Hex24323520604Fbf1311
Octal44626540601172772321
Binary10010011001011010110000011001001111101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243235; }

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

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

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

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

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

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

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

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