#24343A

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

Shades of Oxford Blue #24343A

Tints of Oxford Blue #24343A

Color information

#24343A (or 0x24343A) is unknown color: approx Oxford Blue. HEX triplet: 24, 34 and 3A. RGB value is (36,52,58). Sum of RGB (Red+Green+Blue) = 36+52+58=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #24343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24343A is #DBCBC5. Grayscale: #2F2F2F. Windows color (decimal): -14404550 or 3814436. OLE color: 3814436.

HSL color Cylindrical-coordinate representation of color #24343A: hue angle of 196.36º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #24343A is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB365258-
CMYK0.380.1000.77
HSL196.36º23.4%18.43%-
HSV(B)196.36º37.93%22.75%-
XYZ2.723.144.47-
YUV47.9133.7119.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=24.66%
G=35.62%
B=39.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3652580.380.1000.77196.3623.418.43
Hex24343A26A04Dc41712
Octal446472461201153042722
Binary100100110100111010100110101001001101110001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24343A; }

 p { color: rgb(36,52,58); }

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

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

 a { background-color: rgb(36,52,58); }

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

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

 span { border-color: rgb(36,52,58); }

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