#24333A

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

Shades of Oxford Blue #24333A

Tints of Oxford Blue #24333A

Color information

#24333A (or 0x24333A) is unknown color: approx Oxford Blue. HEX triplet: 24, 33 and 3A. RGB value is (36,51,58). Sum of RGB (Red+Green+Blue) = 36+51+58=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #24333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24333A is #DBCCC5. Grayscale: #2F2F2F. Windows color (decimal): -14404806 or 3814180. OLE color: 3814180.

HSL color Cylindrical-coordinate representation of color #24333A: hue angle of 199.09º 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 #24333A is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB365158-
CMYK0.380.1200.77
HSL199.09º23.4%18.43%-
HSV(B)199.09º37.93%22.75%-
XYZ2.683.054.45-
YUV47.31134.03119.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 58 (23.05% from 255) = 40%
R=24.83%
G=35.17%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3651580.380.1200.77199.0923.418.43
Hex24333A26C04Dc71712
Octal446372461401153072722
Binary100100110011111010100110110001001101110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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