#242F33

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

Shades of Oxford Blue #242F33

Tints of Oxford Blue #242F33

Color information

#242F33 (or 0x242F33) is unknown color: approx Oxford Blue. HEX triplet: 24, 2F and 33. RGB value is (36,47,51). Sum of RGB (Red+Green+Blue) = 36+47+51=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: blue. Hex color #242F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F33 is #DBD0CC. Grayscale: #2C2C2C. Windows color (decimal): -14405837 or 3354404. OLE color: 3354404.

HSL color Cylindrical-coordinate representation of color #242F33: hue angle of 196º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #242F33 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB364751-
CMYK0.290.0800.8
HSL196º17.24%17.06%-
HSV(B)196º29.41%20%-
XYZ2.342.653.52-
YUV44.17131.86122.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.87%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=26.87%
G=35.07%
B=38.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3647510.290.0800.819617.2417.06
Hex242F331D8050c41111
Octal445763351001203042121
Binary10010010111111001111101100001010000110001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242F33; }

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

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

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

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

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

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

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

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