#24383E

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

Shades of Oxford Blue #24383E

Tints of Oxford Blue #24383E

Color information

#24383E (or 0x24383E) is unknown color: approx Oxford Blue. HEX triplet: 24, 38 and 3E. RGB value is (36,56,62). Sum of RGB (Red+Green+Blue) = 36+56+62=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #24383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24383E is #DBC7C1. Grayscale: #323232. Windows color (decimal): -14403522 or 4077604. OLE color: 4077604.

HSL color Cylindrical-coordinate representation of color #24383E: hue angle of 193.85º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #24383E is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB365662-
CMYK0.420.1000.76
HSL193.85º26.53%19.22%-
HSV(B)193.85º41.94%24.31%-
XYZ3.013.555.08-
YUV50.7134.37117.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=23.38%
G=36.36%
B=40.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3656620.420.1000.76193.8526.5319.22
Hex24383E2AA04Cc21b13
Octal447076521201143023323
Binary100100111000111110101010101001001100110000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24383E; }

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

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

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

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

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

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

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

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