Html Css Color HEX #243236 Oxford Blue

📋 copy color: '#243236'

red 36 ◦ green 50 ◦ blue 54

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

Shades of Oxford Blue #243236

Tints of Oxford Blue #243236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 38.57%

R = 25.71%
G = 35.71%
B = 38.57%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#243236 (or 0x243236) is known color: Oxford Blue. HEX triplet: 24, 32 and 36. RGB value is (36,50,54). Sum of RGB (Red+Green+Blue) = 36+50+54=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 54 - color contains mainly: blue. Hex color #243236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243236 is #DBCDC9. Grayscale: #2E2E2E. Windows color (decimal): -14405066 or 3551780. OLE color: 3551780.

HSL color Cylindrical-coordinate representation of color #243236: hue angle of 193.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #243236 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 50 54 -
CMYK 0.33 0.07 0 0.79
HSL 193.33º 0.2% 0.18% -
HSV(B) 193.33º 0.33% 0.21% -
XYZ 2.53 2.92 3.92 -
YUV 46.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 36 50 54 0.33 0.07 0 0.79 193.33 0.2 0.18
Hex 24 32 36 21 7 0 4F C1 14 12
Octal 44 62 66 41 7 0 117 301 24 22
Binary 100100 110010 110110 100001 111 0 1001111 11000001 10100 10010

Color Harmonies of #243236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243236

Black with #243236

Text Example


Text Example

White with #243236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243236; }

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

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

background-color css

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

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

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

border-color css

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

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

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