Html Css Color HEX #243239 Oxford Blue

📋 copy color: '#243239'

red 36 ◦ green 50 ◦ blue 57

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

Shades of Oxford Blue #243239

Tints of Oxford Blue #243239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

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

R = 25.17%
G = 34.97%
B = 39.86%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#243239 (or 0x243239) is known color: Oxford Blue. HEX triplet: 24, 32 and 39. RGB value is (36,50,57). Sum of RGB (Red+Green+Blue) = 36+50+57=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #243239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243239 is #DBCDC6. Grayscale: #2E2E2E. Windows color (decimal): -14405063 or 3748388. OLE color: 3748388.

HSL color Cylindrical-coordinate representation of color #243239: hue angle of 200º 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 #243239 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 50 57 -
CMYK 0.37 0.12 0 0.78
HSL 200º 0.23% 0.18% -
HSV(B) 200º 0.37% 0.22% -
XYZ 2.61 2.95 4.3 -
YUV 46.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 36 50 57 0.37 0.12 0 0.78 200 0.23 0.18
Hex 24 32 39 25 C 0 4E C8 17 12
Octal 44 62 71 45 14 0 116 310 27 22
Binary 100100 110010 111001 100101 1100 0 1001110 11001000 10111 10010

Color Harmonies of #243239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243239

Black with #243239

Text Example


Text Example

White with #243239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243239; }

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

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

background-color css

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

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

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

border-color css

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

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

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