#243338

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

Shades of Oxford Blue #243338

Tints of Oxford Blue #243338

Color information

#243338 (or 0x243338) is unknown color: approx Oxford Blue. HEX triplet: 24, 33 and 38. RGB value is (36,51,56). Sum of RGB (Red+Green+Blue) = 36+51+56=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #243338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243338 is #DBCCC7. Grayscale: #2F2F2F. Windows color (decimal): -14404808 or 3683108. OLE color: 3683108.

HSL color Cylindrical-coordinate representation of color #243338: hue angle of 195º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #243338 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB365156-
CMYK0.360.0900.78
HSL195º21.74%18.04%-
HSV(B)195º35.71%21.96%-
XYZ2.633.034.19-
YUV47.08133.03120.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=25.17%
G=35.66%
B=39.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3651560.360.0900.7819521.7418.04
Hex24333824904Ec31612
Octal446370441101163032622
Binary100100110011111000100100100101001110110000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243338; }

 p { color: rgb(36,51,56); }

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

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

 a { background-color: rgb(36,51,56); }

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

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

 span { border-color: rgb(36,51,56); }

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