Html Css Color HEX #243539 Oxford Blue

📋 copy color: '#243539'

red 36 ◦ green 53 ◦ blue 57

#243539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #243539

Tints of Oxford Blue #243539

RGB

 RED value IS 36 (14.45% from 255) = 24.66%

 GREEN value IS 53 (21.09% from 255) = 36.3%

 BLUE value IS 57 (22.66% from 255) = 39.04%

R = 24.66%
G = 36.3%
B = 39.04%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#243539 (or 0x243539) is known color: Oxford Blue. HEX triplet: 24, 35 and 39. RGB value is (36,53,57). Sum of RGB (Red+Green+Blue) = 36+53+57=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #243539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243539 is #DBCAC6. Grayscale: #303030. Windows color (decimal): -14404295 or 3749156. OLE color: 3749156.

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

Color convert

RGB 36 53 57 -
CMYK 0.37 0.07 0 0.78
HSL 191.43º 0.23% 0.18% -
HSV(B) 191.43º 0.37% 0.22% -
XYZ 2.74 3.22 4.35 -
YUV 48.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 36 53 57 0.37 0.07 0 0.78 191.43 0.23 0.18
Hex 24 35 39 25 7 0 4E BF 17 12
Octal 44 65 71 45 7 0 116 277 27 22
Binary 100100 110101 111001 100101 111 0 1001110 10111111 10111 10010

Color Harmonies of #243539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243539

Black with #243539

Text Example


Text Example

White with #243539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243539; }

 p { color: rgb(36,53,57); }

 H1.HeaderClassName
 {
   color: #243539;
 }
 .AnyTagClassName
 {
   color: #243539;
 }
</style>

background-color css

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

 a { background-color: rgb(36,53,57); }

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

border-color css

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

 span { border-color: rgb(36,53,57); }

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